Represents axes for the definition the plane of the object.

interface ObjectAxes {
    direction: WasmVector3d;
    location: WasmVector3d;
    xDirection: WasmVector3d;
}

Properties

direction: WasmVector3d
location: WasmVector3d
xDirection: WasmVector3d