
Public Member Functions | |
| void | set (double heading, double tilt, double roll) |
| double | getHeading () |
| void | setHeading (double heading) |
| double | getTilt () |
| void | setTilt (double tilt) |
| double | getRoll () |
| void | setRoll (double roll) |
| void KmlOrientation.set | ( | double | heading, | |
| double | tilt, | |||
| double | roll | |||
| ) |
Sets the heading, tilt, and roll of a model.
| double KmlOrientation.getHeading | ( | ) |
Rotation about the z axis (normal to the Earth's surface). A value of 0 (the default) equals North. A positive rotation is clockwise around the z axis and specified in degrees from 0 to 360.
| void KmlOrientation.setHeading | ( | double | heading | ) |
Rotation about the z axis (normal to the Earth's surface). A value of 0 (the default) equals North. A positive rotation is clockwise around the z axis and specified in degrees from 0 to 360.
| double KmlOrientation.getTilt | ( | ) |
Rotation about the x axis. A positive rotation is clockwise around the x axis and specified in degrees from 0 to 360.
| void KmlOrientation.setTilt | ( | double | tilt | ) |
Rotation about the x axis. A positive rotation is clockwise around the x axis and specified in degrees from 0 to 360.
| double KmlOrientation.getRoll | ( | ) |
Rotation about the y axis. A positive rotation is clockwise around the y axis and specified in degrees from 0 to 360.
| void KmlOrientation.setRoll | ( | double | roll | ) |
Rotation about the y axis. A positive rotation is clockwise around the y axis and specified in degrees from 0 to 360.