CoordinateSystem.GetQuaternion() Method

Top 

Description

Retrieves the quaternion that reflects the AttitudeMatrix held within the CoordinateSystem object.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

CoordinateSystem.GetQuaternion(

)

 

 

Return Value

Type:

Array of number (size = 4)

 

 

Returns a four-element Array containing the quaternion of the Coordinate System.

 

Syntax

myArray1 = myCoordinateSystem1.GetQuaternion();

 

 

See also

CoordinateSystem Object

Vectors and Coordinate Systems Guide

Orbit Reference Frames Guide

Attitude Reference Frames Guide

Matrix, Array, and Variable Math Guide