Uses of Class
georegression.struct.GeoTuple4D_F32
Packages that use GeoTuple4D_F32
-
Uses of GeoTuple4D_F32 in georegression.geometry
Methods in georegression.geometry with parameters of type GeoTuple4D_F32Modifier and TypeMethodDescriptionstatic voidGeometryMath_F32.mult(FMatrixRMaj P, GeoTuple4D_F32 X, GeoTuple2D_F32 mod) x = (P*X)/zstatic voidGeometryMath_F32.mult(FMatrixRMaj P, GeoTuple4D_F32 X, GeoTuple3D_F32 mod) x = P*Xstatic voidGeometryMath_F32.mult(FMatrixRMaj P, GeoTuple4D_F32 X, GeoTuple4D_F32 mod) x = P*Xstatic voidGeometryMath_F32.multTran(FMatrixRMaj P, GeoTuple4D_F32 X, GeoTuple4D_F32 mod) x = PT*X -
Uses of GeoTuple4D_F32 in georegression.struct
Classes in georegression.struct with type parameters of type GeoTuple4D_F32Modifier and TypeClassDescriptionclassGeoTuple4D_F32<T extends GeoTuple4D_F32>Generic Tuple for geometric objects that store (x,y,z,w)Methods in georegression.struct with parameters of type GeoTuple4D_F32Modifier and TypeMethodDescriptionprotected voidGeoTuple4D_F32._setTo(GeoTuple4D_F32 a) floatGeoTuple4D_F32.distance(GeoTuple4D_F32 t) floatGeoTuple4D_F32.distance2(GeoTuple4D_F32 t) booleanGeoTuple4D_F32.isIdentical(GeoTuple4D_F32 t, float tol) voidGeoTuple4D_F32.plusIP(GeoTuple4D_F32 a) In-place addition -
Uses of GeoTuple4D_F32 in georegression.struct.point
Subclasses of GeoTuple4D_F32 in georegression.struct.pointModifier and TypeClassDescriptionclassPoint in 4D or a 3D point in homogenous coordinates.classVector in 4D space