Uses of Class
georegression.struct.GeoTuple2D_F32
Packages that use GeoTuple2D_F32
Package
Description
- 
Uses of GeoTuple2D_F32 in georegression.geometryMethods in georegression.geometry with type parameters of type GeoTuple2D_F32Modifier and TypeMethodDescriptionstatic <T extends GeoTuple2D_F32>
 TGeometryMath_F32.mult(FMatrixRMaj M, GeoTuple3D_F32 pt, T mod) mod = M*pt
 where mod is a 2D point that has an implicit z=1.static <T extends GeoTuple2D_F32>
 TGeometryMath_F32.mult(FMatrixRMaj M, T pt, T mod) Computes mod = M*pt, where both pt and mod are in homogeneous coordinates with z assumed to be equal to 1, and M is a 3x3 matrix.static <T extends GeoTuple2D_F32>
 TGeometryMath_F32.multTran(FMatrixRMaj M, GeoTuple2D_F32 pt, T mod) mod = MT*pt
 where pt.z = 1 implicitly.Methods in georegression.geometry with parameters of type GeoTuple2D_F32Modifier and TypeMethodDescriptionstatic voidGeometryMath_F32.cross(GeoTuple2D_F32 a, GeoTuple2D_F32 b, GeoTuple3D_F32 c) Computes the cross product:
 
 c = a x bstatic voidGeometryMath_F32.cross(GeoTuple2D_F32 a, GeoTuple3D_F32 b, GeoTuple3D_F32 c) Computes the cross product:
 
 c = a x b
 where 'a' is in homogeneous coordinates.static floatUtilTrig_F32.dot(GeoTuple2D_F32 a, GeoTuple2D_F32 b) static floatGeometryMath_F32.innerProd(GeoTuple2D_F32 a, FMatrixRMaj M, GeoTuple2D_F32 b) Computes the inner matrix product: ret = a'*M*b
 where ret is a scalar number.static booleanUtilPoint2D_F32.isEquals(GeoTuple2D_F32 a, GeoTuple2D_F32 b, float tol) static voidGeometryMath_F32.mult(FMatrixRMaj M, GeoTuple2D_F32 pt, GeoTuple3D_F32 mod) mod = M*pt
 where pt has z=1 implicitly.static voidGeometryMath_F32.mult(FMatrixRMaj P, GeoTuple4D_F32 X, GeoTuple2D_F32 mod) x = (P*X)/zstatic FMatrixRMajGeometryMath_F32.multCrossA(GeoTuple2D_F32 A, FMatrixRMaj M, @Nullable FMatrixRMaj result) Computes the following:
 result = cross(A)*M
 where M and result are 3x3 matrices, cross(A) is the cross product matrix of A.static FMatrixRMajGeometryMath_F32.multCrossATransA(GeoTuple2D_F32 A, FMatrixRMaj M, @Nullable FMatrixRMaj result) Computes the following:
 result = cross(A)T*M
 where M and result are 3x3 matrices, cross(A) is the cross product matrix of A.static <T extends GeoTuple3D_F32>
 TGeometryMath_F32.multTran(FMatrixRMaj M, GeoTuple2D_F32 pt, T mod) mod = MT*pt
 where pt.z = 1 implicitly.static <T extends GeoTuple2D_F32>
 TGeometryMath_F32.multTran(FMatrixRMaj M, GeoTuple2D_F32 pt, T mod) mod = MT*pt
 where pt.z = 1 implicitly.static voidGeometryMath_F32.rotate(float c, float s, GeoTuple2D_F32 pt, GeoTuple2D_F32 solution) Rotates a 2D point by the specified angle.static voidGeometryMath_F32.rotate(float theta, GeoTuple2D_F32 pt, GeoTuple2D_F32 solution) Rotates a 2D point by the specified angle.
- 
Uses of GeoTuple2D_F32 in georegression.metricMethods in georegression.metric with parameters of type GeoTuple2D_F32
- 
Uses of GeoTuple2D_F32 in georegression.misc.testMethods in georegression.misc.test with parameters of type GeoTuple2D_F32Modifier and TypeMethodDescriptionstatic voidGeometryUnitTest.assertEquals(GeoTuple2D_F32 expected, GeoTuple2D_F32 found, float tol) 
- 
Uses of GeoTuple2D_F32 in georegression.structClasses in georegression.struct with type parameters of type GeoTuple2D_F32Modifier and TypeClassDescriptionclassGeoTuple2D_F32<T extends GeoTuple2D_F32>Generic Tuple for geometric objects that store (x,y)Methods in georegression.struct with parameters of type GeoTuple2D_F32Modifier and TypeMethodDescriptionprotected voidGeoTuple2D_F32._setTo(GeoTuple2D_F32 a) GeoTuple2D_F32.plus(GeoTuple2D_F32 a) AdditionvoidGeoTuple2D_F32.plusIP(GeoTuple2D_F32 a) In-place additionGeoTuple3D_F32.setTo(GeoTuple2D_F32<?> p, float z) 
- 
Uses of GeoTuple2D_F32 in georegression.struct.pointSubclasses of GeoTuple2D_F32 in georegression.struct.pointModifier and TypeClassDescriptionclassA point in 2DclassSpacial vector in 2DConstructors in georegression.struct.point with parameters of type GeoTuple2D_F32
- 
Uses of GeoTuple2D_F32 in georegression.struct.seConstructors in georegression.struct.se with parameters of type GeoTuple2D_F32