CoordinateSystem.GetAttitudeMatrix() Method

Top 

Description

Retrieves the attitude matrix 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.GetAttitudeMatrix(

)

 

 

Return Value

Type:

Matrix of number (size = 3 x 3)

 

 

Returns the Coordinate System's Attitude Matrix.

 

Syntax

myMatrix1 = myCoordinateSystem1.GetAttitudeMatrix();

 

 

See also

CoordinateSystem Object

Vectors and Coordinate Systems Guide

Orbit Reference Frames Guide

Attitude Reference Frames Guide

Matrix, Array, and Variable Math Guide