|
41103C 26/27
Documentation for 41103C 1/3 for the 2026/2027 Vex V5 Season Override
|
Public Member Functions | |
| Vector2 (float x, float y) | |
| Vector2 | operator+ (const Vector2 &other) |
| Vector2 | operator- (const Vector2 &other) |
| Vector2 | operator* (const float &other) |
| Vector2 | operator/ (const float &other) |
| Vector2 | operator= (const Vector2 &other) |
| Vector2 | operator+= (const Vector2 &other) |
| Vector2 | operator-= (const Vector2 &other) |
| Vector2 | operator*= (const float &other) |
| Vector2 | operator/= (const float &other) |
| Vector2 | operator- () |
| float | MagSquared (void) |
| float | Mag (void) |
| float | DistanceSquared (Vector2 other) |
| float | Distance (Vector2 other) |
| float | Dot (Vector2 other) |
| float | Cross2 (Vector2 other) |
| float | AngleBetween (Vector2 vec) |
| std::string | ToString (void) |
Static Public Member Functions | |
| static float | Arg (Vector2 vec) |
| static float | ArgD (Vector2 vec) |
Public Attributes | |
| float | X |
| float | Y |