offrame_getposition Subroutine

public subroutine offrame_getposition(x, y, z)

Get the position of the current frame.

This applies to the current active ReferenceFrame.

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(out) :: x

Returned X position.

real(kind=real64), intent(out) :: y

Returned Y position.

real(kind=real64), intent(out) :: z

Returned Z position.