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