Uses of Class
georegression.struct.GeoTuple4D_F64
-
Uses of GeoTuple4D_F64 in georegression.geometry
Modifier and TypeMethodDescriptionstatic void
GeometryMath_F64.mult
(org.ejml.data.DMatrixRMaj P, GeoTuple4D_F64 X, GeoTuple2D_F64 mod) x = (P*X)/zstatic void
GeometryMath_F64.mult
(org.ejml.data.DMatrixRMaj P, GeoTuple4D_F64 X, GeoTuple3D_F64 mod) x = P*Xstatic void
GeometryMath_F64.mult
(org.ejml.data.DMatrixRMaj P, GeoTuple4D_F64 X, GeoTuple4D_F64 mod) x = P*X -
Uses of GeoTuple4D_F64 in georegression.struct
Modifier and TypeClassDescriptionclass
GeoTuple4D_F64<T extends GeoTuple4D_F64>
Generic Tuple for geometric objects that store (x,y,z,w)Modifier and TypeMethodDescriptionprotected void
GeoTuple4D_F64._setTo
(GeoTuple4D_F64 a) double
GeoTuple4D_F64.distance
(GeoTuple4D_F64 t) double
GeoTuple4D_F64.distance2
(GeoTuple4D_F64 t) boolean
GeoTuple4D_F64.isIdentical
(GeoTuple4D_F64 t, double tol) void
GeoTuple4D_F64.plusIP
(GeoTuple4D_F64 a) In-place addition -
Uses of GeoTuple4D_F64 in georegression.struct.point
Modifier and TypeClassDescriptionclass
Point in 4D or a 3D point in homogenous coordinates.class
Vector in 4D space