Uses of Class
georegression.struct.GeoTuple_F64
Packages that use GeoTuple_F64
Package
Description
-
Uses of GeoTuple_F64 in georegression.fitting.points
Classes in georegression.fitting.points with type parameters of type GeoTuple_F64Modifier and TypeClassDescriptionclassPointModel<T extends GeoTuple_F64>The model is a set of points in 3D space. -
Uses of GeoTuple_F64 in georegression.misc.test
Methods in georegression.misc.test with parameters of type GeoTuple_F64Modifier and TypeMethodDescriptionstatic voidGeometryUnitTest.assertEquals(GeoTuple_F64 a, GeoTuple_F64 b, double tol) -
Uses of GeoTuple_F64 in georegression.struct
Classes in georegression.struct with type parameters of type GeoTuple_F64Modifier and TypeClassDescriptionclassGeoTuple_F64<T extends GeoTuple_F64>Describes geometric objects that are composed of N double values.Subclasses of GeoTuple_F64 in georegression.structModifier and TypeClassDescriptionclassGeoTuple2D_F64<T extends GeoTuple2D_F64>Generic Tuple for geometric objects that store (x,y)classGeoTuple3D_F64<T extends GeoTuple3D_F64>Generic Tuple for geometric objects that store (x,y,z)classGeoTuple4D_F64<T extends GeoTuple4D_F64>Generic Tuple for geometric objects that store (x,y,z,w) -
Uses of GeoTuple_F64 in georegression.struct.plane
Subclasses of GeoTuple_F64 in georegression.struct.planeModifier and TypeClassDescriptionclassSpecifies a plane using the closest point on the plane to the origin. -
Uses of GeoTuple_F64 in georegression.struct.point
Subclasses of GeoTuple_F64 in georegression.struct.pointModifier and TypeClassDescriptionclassA point in 2DclassclassPoint in 4D or a 3D point in homogenous coordinates.classSpacial vector in 2DclassSpacial vector in 3D.classVector in 4D space