py3dframe.Frame.global_translation#

property Frame.global_translation: ndarray#

The translation vector between the global frame and this frame in the convention of the frame.

Note

This property is settable.

See also

Parameters:

translation (numpy.ndarray) – The translation vector between the global frame and this frame in the convention of the frame as an array-like with 3 elements.

Returns:

The translation vector between the global frame and this frame in the convention of the frame with shape (3, 1).

Return type:

numpy.ndarray