프로퍼티 | 타입 | 설명 | |
---|---|---|---|
X | float | ||
Y | float |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
Init ( ) : Point | ||
Point ( float x = 0.0f, float y = 0.0f ) : System |
public static Create ( float x = 0.0f, float y = 0.0f ) : Point | ||
x | float | |
y | float | |
리턴 | Point |