Méthode |
Description |
|
AddPoint ( Point point ) : void |
|
|
CopyFromPoint ( Point point ) : void |
|
|
Create ( float x = 0.0f, float y = 0.0f ) : Point |
|
|
Distance ( Point p2 ) : float |
|
|
Dot ( Point other ) : float |
|
|
Equals ( Point other ) : bool |
Determines whether the specified Point's X and Y values is equal to the current Point with with a small epsilon error margin. |
|
Invert ( ) : void |
|
|
Normalize ( ) : void |
|
|
RotateBy ( float angle ) : void |
Rotates by the specified angle in Radians |
|
SubtractPoint ( Point point ) : void |
|
|