Skip to content

Struct CoordinateSystemDirection

ClassList > CoordinateSystemDirection

Stores the information regarding the coordinate system used by the client, defined by each axis direction.

  • #include <ManusSDKTypes.h>

Public Attributes

Type Name
float unitScale
AxisDirection x
AxisDirection y
AxisDirection z

Public Attributes Documentation

variable unitScale

float CoordinateSystemDirection::unitScale;

variable x

AxisDirection CoordinateSystemDirection::x;

variable y

AxisDirection CoordinateSystemDirection::y;

variable z

AxisDirection CoordinateSystemDirection::z;

The documentation for this class was generated from the following file api/cppSDK/SDKClient/ManusSDKTypes.h