CoordinateSystem.GetEulerAngles(String) Method

Top 

Description

Retrieves a set of Euler Angles that reflect the AttitudeMatrix 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.GetEulerAngles(

String eulerSequence)

 

 

Arguments

eulerSequence


Description:

Euler Sequence to use for retrieving the Euler Angles from the CoordinateSystem object. The format of the String should be "X-X-X", where each X can be 1, 2, or 3.

 

 

 

Return Value

Type:

Array of number (size = 3)

Units:

deg

 

 

Returns a three-element Array containing the Euler Angles of the Coordinate System.

 

Syntax

myArray1 = myCoordinateSystem1.GetEulerAngles(myString1);

 

 

See also

CoordinateSystem Object

Vectors and Coordinate Systems Guide

Orbit Reference Frames Guide

Attitude Reference Frames Guide

Matrix, Array, and Variable Math Guide