Property | Type | Description | |
---|---|---|---|
Empty |
Method | Description | |
---|---|---|
AngleBetween ( |
||
Distance ( |
||
Distance ( |
||
Dot ( |
||
Equals ( object obj ) : bool | ||
FromAngle ( double length, double radians ) : |
||
GetHashCode ( ) : int | ||
Norm ( ) : double | ||
Normalize ( ) : |
||
ToString ( ) : string | ||
Vector ( double x, double y ) : System | ||
operator ( ) : |
||
operator ( ) : bool |
public AngleBetween ( |
||
other | ||
return | double |
public static Distance ( |
||
v1 | ||
v2 | ||
return | double |
public static FromAngle ( double length, double radians ) : |
||
length | double | |
radians | double | |
return |
public Vector ( double x, double y ) : System | ||
x | double | |
y | double | |
return | System |