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