Package georegression.fitting.sphere
package georegression.fitting.sphere
-
ClassDescriptionEncodes and decodes
Sphere3D_F32
into float[].Encodes and decodesSphere3D_F64
into double[].UnconstrainedLeastSquares
fitting of 3D points to a sphere.UnconstrainedLeastSquares
fitting of 3D points to a sphere.ManagesSphere3D_F32
.ManagesSphere3D_F64
.Computes the signed Euclidean distance between a sphere and a set of points, seeDistance3D_F32.distanceSigned(georegression.struct.shapes.Sphere3D_F32, georegression.struct.point.Point3D_F32)
.Computes the signed Euclidean distance between a sphere and a set of points, seeDistance3D_F64.distanceSigned(georegression.struct.shapes.Sphere3D_F64, georegression.struct.point.Point3D_F64)
.Jacobian ofSphereToPointSignedDistance_F32
.Jacobian ofSphereToPointSignedDistance_F64
.