Method |
Description |
|
Cross ( Vector2D B ) : double |
|
|
Dot ( Vector2D B ) : double |
|
|
Equals ( System obj ) : bool |
|
|
Equals ( Vector2D OtherVector, double ErrorValue ) : bool |
|
|
GetAngle0To2PI ( ) : double |
|
|
GetDeltaAngle ( Vector2D A ) : double |
|
|
GetDeltaAngle ( double StartAngle, double EndAngle ) : double |
|
|
GetDistanceBetween ( Vector2D A, Vector2D B ) : double |
|
|
GetDistanceBetweenSquared ( Vector2D A, Vector2D B ) : double |
|
|
GetHashCode ( ) : int |
|
|
GetLength ( ) : double |
|
|
GetLengthSquared ( ) : double |
|
|
GetPerpendicular ( ) : Vector2D |
|
|
GetPerpendicularNormal ( ) : Vector2D |
|
|
GetSquaredDistanceTo ( Vector2D Other ) : double |
|
|
Negate ( ) : void |
|
|
Normalize ( ) : void |
|
|
Normalize ( double Length ) : void |
|
|
NormalizeAndReturnLength ( ) : double |
|
|
Range0To2PI ( double Value ) : double |
|
|
Rotate ( double Radians ) : void |
|
|
Set ( double inX, double inY ) : void |
|
|
Vector2D ( double newX, double newY ) : System |
|
|
Vector2D ( float newX, float newY ) : System |
|
|
Zero ( ) : void |
|
|
calc_distance ( double x1, double y1, double x2, double y2 ) : double |
|
|
operator ( ) : Vector2D |
|
|
operator ( ) : bool |
|
|