Marker.xaxis()
MDL FunctionReturns the vector of marker x-axis in the global reference frame. It is defined to support the corresponding MotionView data member.
Signature
x_axis = Marker.xaxis()
Return Value
- x_axis
- Vector that defines the x-axis of marker in global reference frame.
Usage
# Get the x-axis of marker1
x_axis = marker1.xaxis()