![]() |
Azure Kinect Sensor SDK
refs/heads/master
Documentation for https://github.com/Microsoft/Azure-Kinect-Sensor-SDK
|
A value representing a vector of 3 shorts. More...
Public Member Functions | |
| Short3 (short x, short y, short z) | |
| Initializes a new instance of the Short3 structure. More... | |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
| bool | Equals (Short3 other) |
Static Public Member Functions | |
| static bool | operator== (Short3 left, Short3 right) |
| Compares two Short3 values for equality. More... | |
| static bool | operator!= (Short3 left, Short3 right) |
| Compares two Short3 values for inequality. More... | |
Properties | |
| short | X [get, set] |
| Gets or sets the X component of the vector. More... | |
| short | Y [get, set] |
| Gets or sets the Y component of the vector. More... | |
| short | Z [get, set] |
| Gets or sets the Z component of the vector. More... | |
A value representing a vector of 3 shorts.