vector of 4 normalized unsigned bytes More...
Public Member Functions | |
UByte4N (float x, float y, float z, float w) | |
constructor taking 4 scalar floats | |
UByte4N (Vector4 v) | |
constructor taking a Vector4 | |
Vector4 | ToVector4 () |
return the vector as a Vector4 | |
bool | Equals (UByte4N 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 Member Functions | |
static bool | operator== (UByte4N v1, UByte4N v2) |
equality operator | |
static bool | operator!= (UByte4N v1, UByte4N v2) |
not equals operator | |
Public Attributes | |
UByteN | X |
X. | |
UByteN | Y |
Y. | |
UByteN | Z |
Z. | |
UByteN | W |
W. |
vector of 4 normalized unsigned bytes
UByte4N | ( | float | x, |
float | y, | ||
float | z, | ||
float | w | ||
) |
constructor taking 4 scalar floats
x | x value to init with |
y | y value to init with |
z | z value to init with |
w | w value to init with |
bool Equals | ( | UByte4N | 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