Uses of Class
georegression.struct.point.Vector2D_F64
Package
Description
-
Uses of Vector2D_F64 in georegression.fitting.curves
Modifier and TypeMethodDescriptionCovarianceToEllipse_F64.getMajorVector()
CovarianceToEllipse_F64.getMinorVector()
-
Uses of Vector2D_F64 in georegression.geometry
Modifier and TypeMethodDescriptionstatic Vector2D_F64
UtilEllipse_F64.computeTangent
(double t, EllipseRotated_F64 ellipse, @Nullable Vector2D_F64 output) Computes the tangent to the ellipse at the specified locationstatic Vector2D_F64
UtilVector2D_F64.minus
(Point2D_F64 a, Point2D_F64 b, @Nullable Vector2D_F64 output) Sets the vector equal to 'a' - 'b'.Modifier and TypeMethodDescriptionstatic double
UtilVector2D_F64.acute
(Vector2D_F64 a, Vector2D_F64 b) Returns the acute angle between the two vectors.static Vector2D_F64
UtilEllipse_F64.computeTangent
(double t, EllipseRotated_F64 ellipse, @Nullable Vector2D_F64 output) Computes the tangent to the ellipse at the specified locationstatic Vector2D_F64
UtilVector2D_F64.minus
(Point2D_F64 a, Point2D_F64 b, @Nullable Vector2D_F64 output) Sets the vector equal to 'a' - 'b'. -
Uses of Vector2D_F64 in georegression.struct
Modifier and TypeMethodDescriptionstatic Vector2D_F64
ConvertFloatType.convert
(Vector2D_F32 src, @Nullable Vector2D_F64 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_F64 in georegression.struct.line
-
Uses of Vector2D_F64 in georegression.struct.point
Modifier and TypeMethodDescriptionVector2D_F64.copy()
Vector2D_F64.createNewInstance()
Vector2D_F64.setTo
(Vector2D_F64 src) Modifier and TypeMethodDescriptiondouble
Vector2D_F64.acute
(Vector2D_F64 a) Returns the acute angle between the two vectors.double
Vector2D_F64.dot
(Vector2D_F64 a) Dot product between this and 'a' = this.x * a.x + this.y * a.yVector2D_F64.setTo
(Vector2D_F64 src) -
Uses of Vector2D_F64 in georegression.struct.se
-
Uses of Vector2D_F64 in georegression.transform.affine
Modifier and TypeMethodDescriptionstatic Vector2D_F64
AffinePointOps_F64.transform
(Affine2D_F64 se, Vector2D_F64 orig, @Nullable Vector2D_F64 result) Applies a 2D affine transform to the point and stores the results in another variable.Modifier and TypeMethodDescriptionstatic Vector2D_F64
AffinePointOps_F64.transform
(Affine2D_F64 se, Vector2D_F64 orig, @Nullable Vector2D_F64 result) Applies a 2D affine transform to the point and stores the results in another variable.