py3dframe.Frame.y_axis#

property Frame.y_axis: ndarray#

Getter for the y-axis of the frame in the parent frame coordinates.

Warning

The y_axis attributes can’t be changed. To change the y-axis, use the axes attribute.

Returns:

The y-axis of the frame in the parent frame coordinates with shape (3, 1).

Return type:

numpy.ndarray