py3dframe.Frame.global_x_axis#
- property Frame.global_x_axis: ndarray#
Getter for the x-axis of the frame in the global frame coordinates.
Warning
The global_x_axis attributes can’t be changed. To change the x-axis, use the global_axes attribute.
- Returns:
The x-axis of the frame in the global frame coordinates with shape (3, 1).
- Return type:
numpy.ndarray