CoordinateSystem.GetAttitudeMatrix() Method

Top 

Description

Retrieves the attitude matrix held within the CoordinateSystem object.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond 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