Uses of Class
georegression.struct.shapes.Sphere3D_F64
-
Uses of Sphere3D_F64 in georegression.fitting.sphere
Modifier and TypeMethodDescriptionvoid
ModelManagerSphere3D_F64.copyModel
(Sphere3D_F64 src, Sphere3D_F64 dst) void
CodecSphere3D_F64.decode
(double[] input, Sphere3D_F64 sphere) void
CodecSphere3D_F64.encode
(Sphere3D_F64 sphere, double[] param) boolean
FitSphereToPoints_F64.fitModel
(List<Point3D_F64> dataSet, Sphere3D_F64 initial, Sphere3D_F64 found) -
Uses of Sphere3D_F64 in georegression.metric
Modifier and TypeMethodDescriptionstatic double
Distance3D_F64.distanceSigned
(Sphere3D_F64 sphere, Point3D_F64 point) Returns the signed distance a point is from the sphere's surface.static boolean
Intersection3D_F64.intersection
(LineParametric3D_F64 line, Sphere3D_F64 sphere, Point3D_F64 a, Point3D_F64 b) Finds the intersection of a line and sphere. -
Uses of Sphere3D_F64 in georegression.struct.shapes
Modifier and TypeMethodDescriptionSphere3D_F64.setTo
(double x, double y, double z, double radius) Sphere3D_F64.setTo
(Sphere3D_F64 o)