Property | Type | Description | |
---|---|---|---|
DIMENSIONS | int |
Property | Type | Description | |
---|---|---|---|
INITIAL_VECTOR_VALUE | int | ||
MIN_HEIGHT | double | ||
_height | double | ||
_rr | |||
_side | double[] |
Method | Description | |
---|---|---|
Add ( Point p ) : void | ||
Bump ( ) : void | ||
CheckHeight ( ) : void | ||
Equals ( Point other ) : bool | ||
GetDirection ( Point p ) : Point | ||
GetEucledianDistance ( Point p ) : double | ||
GetPlanarDistance ( Point p ) : double | ||
GetRandomUnitVector ( ) : Point | ||
Length ( ) : double | ||
Point ( ) : System | ||
Point ( IDictionary ht ) : System | ||
Point ( Point p ) : System | ||
Point ( double side, double height ) : System | ||
Point ( string s ) : System | ||
Scale ( double s ) : void | ||
ToDictionary ( ) : IDictionary | ||
ToString ( ) : string |
public GetEucledianDistance ( Point p ) : double | ||
p | Point | |
return | double |
public GetPlanarDistance ( Point p ) : double | ||
p | Point | |
return | double |
public static GetRandomUnitVector ( ) : Point | ||
return | Point |
public Point ( double side, double height ) : System | ||
side | double | |
height | double | |
return | System |
protected static int INITIAL_VECTOR_VALUE | ||
return | int |