bearing property

double bearing

The bearing of the 3D model in degrees, from the true North in clockwise direction. The bearing axis is perpendicular to the ground and passes through the 3D marker's location. The Z-axis of the model is aligned with bearing axis. Gets the bearing of the 3D model in degrees.

Implementation

double get bearing;
void bearing=(double value)

The bearing of the 3D model in degrees, from the true North in clockwise direction. The bearing axis is perpendicular to the ground and passes through the 3D marker's location. The Z-axis of the model is aligned with bearing axis. Sets the bearing of the 3D model in degrees.

Implementation

set bearing(double value);