offrame_setattitude Subroutine

public subroutine offrame_setattitude(x, y, z, angle)

Set the attitude of the current frame.

This applies to the current active ReferenceFrame.

Arguments

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

X component of the rotation quaternion.

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

Y component of the rotation quaternion.

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

Z component of the rotation quaternion.

real(kind=real64), intent(in) :: angle

Angle component of the rotation quaternion.