Метод | Описание | |
---|---|---|
Equals ( object obj ) : bool |
estimate whether two are equal
|
|
GetAngleOf2Vectors ( |
get angle of two vector
|
|
GetHashCode ( ) : int |
Get HashCode
|
|
GetLength ( ) : double |
Get Length of vector
|
|
GetNormal ( ) : |
get Normal by vector
|
|
Vector ( |
copy constructor
|
|
Vector ( double x, double y, double z ) : System |
constructor
|
|
operator ( ) : |
get normal vector of two vector
|
|
operator ( ) : bool |
estimate whether two are unequal
|
|
operator ( ) : double |
get cross vector of two vector
|
|
this ( int index ) : double |
Property to get x, y, z coordinate bu index 1, 2, 3
|
Метод | Описание | |
---|---|---|
IsEqual ( |
estimate whether two vector are equal
|
public Equals ( object obj ) : bool | ||
obj | object | object which compare with |
Результат | bool |
public static GetAngleOf2Vectors ( |
||
lhs | first vector | |
rhs | second vector | |
acuteAngleDesired | bool | |
Результат | double |
public Vector ( double x, double y, double z ) : System | ||
x | double | x coordinate of point |
y | double | y coordinate of point |
z | double | z coordinate of point |
Результат | System |