Uses of Class
georegression.struct.shapes.Sphere3D_F64
Packages that use Sphere3D_F64
-
Uses of Sphere3D_F64 in georegression.fitting.sphere
Methods in georegression.fitting.sphere that return Sphere3D_F64Methods in georegression.fitting.sphere with parameters of type Sphere3D_F64Modifier and TypeMethodDescriptionvoidModelManagerSphere3D_F64.copyModel(Sphere3D_F64 src, Sphere3D_F64 dst) voidCodecSphere3D_F64.decode(double[] input, Sphere3D_F64 sphere) voidCodecSphere3D_F64.encode(Sphere3D_F64 sphere, double[] param) booleanFitSphereToPoints_F64.fitModel(List<Point3D_F64> dataSet, Sphere3D_F64 initial, Sphere3D_F64 found) -
Uses of Sphere3D_F64 in georegression.metric
Methods in georegression.metric with parameters of type Sphere3D_F64Modifier and TypeMethodDescriptionstatic doubleDistance3D_F64.distanceSigned(Sphere3D_F64 sphere, Point3D_F64 point) Returns the signed distance a point is from the sphere's surface.static booleanIntersection3D_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
Methods in georegression.struct.shapes that return Sphere3D_F64Modifier and TypeMethodDescriptionSphere3D_F64.setTo(double x, double y, double z, double radius) Sphere3D_F64.setTo(Sphere3D_F64 o) Methods in georegression.struct.shapes with parameters of type Sphere3D_F64Constructors in georegression.struct.shapes with parameters of type Sphere3D_F64