KmlOrientation

constructor(heading: Double, tilt: Double, roll: Double)

Creates an orientation with the specified heading, tilt, and roll values. Values are normalized in the range of 0 to 360 (inclusive). For more information on how heading, tilt, and roll relate to the coordinate system, see the documentation for KML models.

Since

200.6.0

Parameters

heading

The heading.

tilt

The tilt.

roll

The roll.