Uses of Class
georegression.struct.shapes.Sphere3D_F32
-
Uses of Sphere3D_F32 in georegression.fitting.sphere
Modifier and TypeMethodDescriptionvoid
ModelManagerSphere3D_F32.copyModel
(Sphere3D_F32 src, Sphere3D_F32 dst) void
CodecSphere3D_F32.decode
(double[] input, Sphere3D_F32 sphere) void
CodecSphere3D_F32.encode
(Sphere3D_F32 sphere, double[] param) boolean
FitSphereToPoints_F32.fitModel
(List<Point3D_F32> dataSet, Sphere3D_F32 initial, Sphere3D_F32 found) -
Uses of Sphere3D_F32 in georegression.metric
Modifier and TypeMethodDescriptionstatic float
Distance3D_F32.distanceSigned
(Sphere3D_F32 sphere, Point3D_F32 point) Returns the signed distance a point is from the sphere's surface.static boolean
Intersection3D_F32.intersection
(LineParametric3D_F32 line, Sphere3D_F32 sphere, Point3D_F32 a, Point3D_F32 b) Finds the intersection of a line and sphere. -
Uses of Sphere3D_F32 in georegression.struct.shapes
Modifier and TypeMethodDescriptionSphere3D_F32.setTo
(float x, float y, float z, float radius) Sphere3D_F32.setTo
(Sphere3D_F32 o)