Uses of Class
georegression.struct.GeoTuple4D_F64
Packages that use GeoTuple4D_F64
-
Uses of GeoTuple4D_F64 in georegression.geometry
Methods in georegression.geometry with parameters of type GeoTuple4D_F64Modifier and TypeMethodDescriptionstatic voidGeometryMath_F64.mult(DMatrixRMaj P, GeoTuple4D_F64 X, GeoTuple2D_F64 mod) x = (P*X)/zstatic voidGeometryMath_F64.mult(DMatrixRMaj P, GeoTuple4D_F64 X, GeoTuple3D_F64 mod) x = P*Xstatic voidGeometryMath_F64.mult(DMatrixRMaj P, GeoTuple4D_F64 X, GeoTuple4D_F64 mod) x = P*Xstatic voidGeometryMath_F64.multTran(DMatrixRMaj P, GeoTuple4D_F64 X, GeoTuple4D_F64 mod) x = PT*X -
Uses of GeoTuple4D_F64 in georegression.struct
Classes in georegression.struct with type parameters of type GeoTuple4D_F64Modifier and TypeClassDescriptionclassGeoTuple4D_F64<T extends GeoTuple4D_F64>Generic Tuple for geometric objects that store (x,y,z,w)Methods in georegression.struct with parameters of type GeoTuple4D_F64Modifier and TypeMethodDescriptionprotected voidGeoTuple4D_F64._setTo(GeoTuple4D_F64 a) doubleGeoTuple4D_F64.distance(GeoTuple4D_F64 t) doubleGeoTuple4D_F64.distance2(GeoTuple4D_F64 t) booleanGeoTuple4D_F64.isIdentical(GeoTuple4D_F64 t, double tol) voidGeoTuple4D_F64.plusIP(GeoTuple4D_F64 a) In-place addition -
Uses of GeoTuple4D_F64 in georegression.struct.point
Subclasses of GeoTuple4D_F64 in georegression.struct.pointModifier and TypeClassDescriptionclassPoint in 4D or a 3D point in homogenous coordinates.classVector in 4D space