Uses of Class
georegression.struct.GeoTuple_F32
Packages that use GeoTuple_F32
-
Uses of GeoTuple_F32 in georegression.struct
Classes in georegression.struct with type parameters of type GeoTuple_F32Modifier and TypeClassDescriptionclassGeoTuple_F32<T extends GeoTuple_F32>Describes geometric objects that are composed of N float values.Subclasses of GeoTuple_F32 in georegression.structModifier and TypeClassDescriptionclassGeoTuple2D_F32<T extends GeoTuple2D_F32>Generic Tuple for geometric objects that store (x,y)classGeoTuple3D_F32<T extends GeoTuple3D_F32>Generic Tuple for geometric objects that store (x,y,z)classGeoTuple4D_F32<T extends GeoTuple4D_F32>Generic Tuple for geometric objects that store (x,y,z,w) -
Uses of GeoTuple_F32 in georegression.struct.plane
Subclasses of GeoTuple_F32 in georegression.struct.planeModifier and TypeClassDescriptionclassSpecifies a plane using the closest point on the plane to the origin. -
Uses of GeoTuple_F32 in georegression.struct.point
Subclasses of GeoTuple_F32 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