Class OlyRotation
Defined in File SpatialDataTypes.h
Class Documentation
-
class OlyRotation
Data structure representing rotation as defined by Connected Spaces Platform, in the format (X,Y,Z,W) as a quaternion with double values.
Public Functions
-
inline OlyRotation()
-
inline OlyRotation(double InX, double InY, double InZ, double InW)
-
bool operator==(const OlyRotation &Other) const
-
bool operator!=(const OlyRotation &Other) const
-
inline OlyRotation()