Uses of Class
georegression.struct.point.Vector2D_F32
Package
Description
-
Uses of Vector2D_F32 in georegression.fitting.curves
Modifier and TypeMethodDescriptionCovarianceToEllipse_F32.getMajorVector()
CovarianceToEllipse_F32.getMinorVector()
-
Uses of Vector2D_F32 in georegression.geometry
Modifier and TypeMethodDescriptionstatic Vector2D_F32
UtilEllipse_F32.computeTangent
(float t, EllipseRotated_F32 ellipse, @Nullable Vector2D_F32 output) Computes the tangent to the ellipse at the specified locationstatic Vector2D_F32
UtilVector2D_F32.minus
(Point2D_F32 a, Point2D_F32 b, @Nullable Vector2D_F32 output) Sets the vector equal to 'a' - 'b'.Modifier and TypeMethodDescriptionstatic float
UtilVector2D_F32.acute
(Vector2D_F32 a, Vector2D_F32 b) Returns the acute angle between the two vectors.static Vector2D_F32
UtilEllipse_F32.computeTangent
(float t, EllipseRotated_F32 ellipse, @Nullable Vector2D_F32 output) Computes the tangent to the ellipse at the specified locationstatic Vector2D_F32
UtilVector2D_F32.minus
(Point2D_F32 a, Point2D_F32 b, @Nullable Vector2D_F32 output) Sets the vector equal to 'a' - 'b'. -
Uses of Vector2D_F32 in georegression.struct
Modifier and TypeMethodDescriptionstatic Vector2D_F32
ConvertFloatType.convert
(Vector2D_F64 src, @Nullable Vector2D_F32 dst) Modifier and TypeMethodDescriptionstatic Vector2D_F64
ConvertFloatType.convert
(Vector2D_F32 src, @Nullable Vector2D_F64 dst) static Vector2D_F32
ConvertFloatType.convert
(Vector2D_F64 src, @Nullable Vector2D_F32 dst) -
Uses of Vector2D_F32 in georegression.struct.line
-
Uses of Vector2D_F32 in georegression.struct.point
Modifier and TypeMethodDescriptionVector2D_F32.copy()
Vector2D_F32.createNewInstance()
Vector2D_F32.setTo
(Vector2D_F32 src) Modifier and TypeMethodDescriptionfloat
Vector2D_F32.acute
(Vector2D_F32 a) Returns the acute angle between the two vectors.float
Vector2D_F32.dot
(Vector2D_F32 a) Dot product between this and 'a' = this.x * a.x + this.y * a.yVector2D_F32.setTo
(Vector2D_F32 src) -
Uses of Vector2D_F32 in georegression.struct.se
-
Uses of Vector2D_F32 in georegression.transform.affine
Modifier and TypeMethodDescriptionstatic Vector2D_F32
AffinePointOps_F32.transform
(Affine2D_F32 se, Vector2D_F32 orig, @Nullable Vector2D_F32 result) Applies a 2D affine transform to the point and stores the results in another variable.Modifier and TypeMethodDescriptionstatic Vector2D_F32
AffinePointOps_F32.transform
(Affine2D_F32 se, Vector2D_F32 orig, @Nullable Vector2D_F32 result) Applies a 2D affine transform to the point and stores the results in another variable.