|
| Vector2D (float in_x, float in_y) |
|
| Vector2D (Vector2D v) |
|
| Vector2D (Vector v) |
|
| Vector2D (Point2D p) |
|
| Vector2D (Plane2D p) |
|
double | Length () |
|
double | LengthSquared () |
|
Vector2D | Normalize (bool check_range=false, float epsilon=1.0e-20f) |
|
Vector2D | Normalize (float epsilon) |
|
float | Magnitude () |
|
float | Manhattan () |
|
float | Dot (Vector2D v) |
|
float | Cross (Vector2D v) |
|
Vector2D | Scale (Vector2D v) |
|
override bool | Equals (object obj) |
|
bool | Equals (Vector2D p) |
|
bool | Equals (Point2D p) |
|
override int | GetHashCode () |
|
The documentation for this struct was generated from the following file:
- C:/git/visualize/hps/internals/hps_core/source/cs/HPS.Vector2D.cs