GroundVehicle.EulerAngles Property

Top 

Description

These are the angles associated with the Euler attitude system. These angles will be applied as a set of three rotations to the GroundVehicle's attitude about the axes set in the GroundVehicle.EulerSequence property.

 

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.

 

Attributes

Type:

Array of number (size = 3)

Access:

read/write

Units:

deg

Default Value:

{ 0, 0, 0 }

Valid Range:

0 ≤ GroundVehicle.EulerAngles ≤ 360

 

Syntax

myVariable1 = myGroundVehicle1.EulerAngles[0];

 

myGroundVehicle1.EulerAngles[0] = myVariable1;

 

See also

GroundVehicle Object