Uses of Class
georegression.struct.shapes.Sphere3D_F32
Packages that use Sphere3D_F32
-
Uses of Sphere3D_F32 in georegression.fitting.sphere
Methods in georegression.fitting.sphere that return Sphere3D_F32Methods in georegression.fitting.sphere with parameters of type Sphere3D_F32Modifier and TypeMethodDescriptionvoidModelManagerSphere3D_F32.copyModel(Sphere3D_F32 src, Sphere3D_F32 dst) voidCodecSphere3D_F32.decode(double[] input, Sphere3D_F32 sphere) voidCodecSphere3D_F32.encode(Sphere3D_F32 sphere, double[] param) booleanFitSphereToPoints_F32.fitModel(List<Point3D_F32> dataSet, Sphere3D_F32 initial, Sphere3D_F32 found) -
Uses of Sphere3D_F32 in georegression.metric
Methods in georegression.metric with parameters of type Sphere3D_F32Modifier and TypeMethodDescriptionstatic floatDistance3D_F32.distanceSigned(Sphere3D_F32 sphere, Point3D_F32 point) Returns the signed distance a point is from the sphere's surface.static booleanIntersection3D_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
Methods in georegression.struct.shapes that return Sphere3D_F32Modifier and TypeMethodDescriptionSphere3D_F32.setTo(float x, float y, float z, float radius) Sphere3D_F32.setTo(Sphere3D_F32 o) Methods in georegression.struct.shapes with parameters of type Sphere3D_F32Constructors in georegression.struct.shapes with parameters of type Sphere3D_F32