Vec2 class
2D point/vector.
Constructors
Properties
Methods
Operators
-
operator *(
double s) → Vec2 -
operator +(
Vec2 o) → Vec2 -
operator -(
Vec2 o) → Vec2 -
operator /(
double s) → Vec2 -
operator ==(
Object other) → bool -
The equality operator.
override