Method |
Description |
|
Add ( Vector other ) : Vector |
|
|
Add ( float x, float y ) : Vector |
|
|
AddScaled ( Vector other, float v ) : Vector |
|
|
AngleBetween ( Vector other ) : float |
|
|
Distance ( Vector other ) : float |
|
|
DistanceSq ( Vector other ) : float |
|
|
Dot ( Vector other ) : float |
|
|
Lerp ( Vector other, float t, Vector result ) : Vector |
|
|
Negate ( ) : Vector |
|
|
Normalize ( ) : Vector |
|
|
Rotate ( float angle ) : Vector |
|
|
RotateAndAdd ( float angle, Vector add ) : Vector |
|
|
RotateScaleAndAdd ( float angle, float scale, Vector add ) : Vector |
|
|
Scale ( Vector other ) : Vector |
|
|
Scale ( float v ) : Vector |
|
|
Subtract ( Vector other ) : Vector |
|
|
ToString ( ) : string |
|
|
Vector ( float x, float y ) : System |
|
|