Vector2d
@Serializable
Class for representing 2D vectors (x and y).
Properties
Functions
Link copied to clipboard
Calculates the angle between two vectors (in radians).
Link copied to clipboard
Returns whether two vectors are approximately equal (within EPSILON).
Link copied to clipboard
Returns the projection of this vector onto another.
Link copied to clipboard
Returns the squared magnitude of this vector.
Link copied to clipboard
Returns the negative of this vector.