Uses of Class
georegression.struct.point.Vector2D_F64
Packages that use Vector2D_F64
Package
Description
-
Uses of Vector2D_F64 in georegression.fitting.curves
Methods in georegression.fitting.curves that return Vector2D_F64Modifier and TypeMethodDescriptionCovarianceToEllipse_F64.getMajorVector()
CovarianceToEllipse_F64.getMinorVector()
-
Uses of Vector2D_F64 in georegression.geometry
Methods in georegression.geometry that return Vector2D_F64Modifier 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'.Methods in georegression.geometry with parameters of type Vector2D_F64Modifier 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
Methods in georegression.struct that return Vector2D_F64Modifier and TypeMethodDescriptionstatic Vector2D_F64
ConvertFloatType.convert
(Vector2D_F32 src, @Nullable Vector2D_F64 dst) Methods in georegression.struct with parameters of type Vector2D_F64Modifier 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
Fields in georegression.struct.line declared as Vector2D_F64Methods in georegression.struct.line with parameters of type Vector2D_F64Constructors in georegression.struct.line with parameters of type Vector2D_F64 -
Uses of Vector2D_F64 in georegression.struct.point
Methods in georegression.struct.point that return Vector2D_F64Modifier and TypeMethodDescriptionVector2D_F64.copy()
Vector2D_F64.createNewInstance()
Vector2D_F64.setTo
(Vector2D_F64 src) Methods in georegression.struct.point with parameters of type Vector2D_F64Modifier 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) Constructors in georegression.struct.point with parameters of type Vector2D_F64 -
Uses of Vector2D_F64 in georegression.struct.se
Fields in georegression.struct.se declared as Vector2D_F64Methods in georegression.struct.se that return Vector2D_F64Methods in georegression.struct.se with parameters of type Vector2D_F64 -
Uses of Vector2D_F64 in georegression.transform.affine
Methods in georegression.transform.affine that return Vector2D_F64Modifier 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.Methods in georegression.transform.affine with parameters of type Vector2D_F64Modifier 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.