Property | Type | Description | |
---|---|---|---|
Precision | double | ||
X | double | ||
Y | double |
Method | Description | |
---|---|---|
DistSqr ( Point V1, Point V2 ) : double |
Get the distance of two vectors
|
|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
Point ( double x, double y ) : System | ||
ToString ( ) : string | ||
operator ( ) : Point |
Scale one vector
|
|
operator ( ) : bool |
Scale one vector
|
|
operator ( ) : double |
Get the scalar product of two vectors
|
public static DistSqr ( Point V1, Point V2 ) : double | ||
V1 | Point | |
V2 | Point | |
return | double |