|
PSMoveService
|
Public Member Functions | |
| PSMoveFloatVector3 | castToFloatVector3 () const |
| PSMoveIntVector3 | operator+ (const PSMoveIntVector3 &other) const |
| PSMoveIntVector3 | operator- (const PSMoveIntVector3 &other) const |
| PSMoveIntVector3 | unsafe_divide (const int s) const |
| PSMoveIntVector3 | unsafe_divide (const PSMoveIntVector3 &v) const |
| PSMoveIntVector3 | safe_divide (const int s, const PSMoveIntVector3 &default_result) const |
| PSMoveIntVector3 | safe_divide (const PSMoveIntVector3 &v, const PSMoveIntVector3 &default_result) const |
| PSMoveIntVector3 | abs () const |
| PSMoveIntVector3 | square () const |
| int | lengthSquared () const |
| int | minValue () const |
| int | maxValue () const |
Static Public Member Functions | |
| static PSMoveIntVector3 | create (int i, int j, int k) |
| static PSMoveIntVector3 | min (const PSMoveIntVector3 &a, const PSMoveIntVector3 &b) |
| static PSMoveIntVector3 | max (const PSMoveIntVector3 &a, const PSMoveIntVector3 &b) |
Public Attributes | |
| int | i |
| int | j |
| int | k |
1.8.12