vector of 2 normalized unsigned shorts [詳細]
Public メソッド | |
| UShort2N (float x, float y) | |
| constructor taking 2 scalar floats | |
| UShort2N (Vector2 v) | |
| constructor taking a Vector2 | |
| Vector2 | ToVector2 () |
| return the vector as a Vector2 | |
| bool | Equals (UShort2N 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== (UShort2N v1, UShort2N v2) |
| equality operator | |
| static bool | operator!= (UShort2N v1, UShort2N v2) |
| not equals operator | |
Public 変数 | |
| UShortN | X |
| X. | |
| UShortN | Y |
| Y. | |
vector of 2 normalized unsigned shorts
| UShort2N | ( | float | x, |
| float | y | ||
| ) |
constructor taking 2 scalar floats
| x | x value to init with |
| y | y value to init with |
| bool Equals | ( | UShort2N | 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