vector of 3 halfs [詳細]
Public メソッド | |
Half3 (float x, float y, float z) | |
constructor taking 3 scalar floats | |
Half3 (Vector3 v) | |
constructor taking a Vector3 | |
Vector3 | ToVector3 () |
return the vector as a Vector3 | |
bool | Equals (Half3 v) |
equality test | |
override bool | Equals (Object o) |
equality test | |
override string | ToString () |
get the string representation of vector value | |
override int | GetHashCode () |
gets the hash code for this | |
Static Public メソッド | |
static bool | operator== (Half3 v1, Half3 v2) |
equality operator | |
static bool | operator!= (Half3 v1, Half3 v2) |
not equals operator | |
Public 変数 | |
Half | X |
X. | |
Half | Y |
Y. | |
Half | Z |
Z. |
vector of 3 halfs
Half3 | ( | float | x, |
float | y, | ||
float | z | ||
) |
constructor taking 3 scalar floats
x | x value to init with |
y | y value to init with |
z | z value to init with |
bool Equals | ( | Half3 | v | ) |
equality test
v | the vector to compare this to |
override bool Equals | ( | Object | o | ) |
equality test
o | the object to compare this to |
override int GetHashCode | ( | ) |
gets the hash code for this
not equals operator
v1 | vector 1 |
v2 | vector 2 |
equality operator
v1 | vector 1 |
v2 | vector 2 |
override string ToString | ( | ) |
get the string representation of vector value