public class VgOrientation
extends java.lang.Object
Constructor and Description |
---|
VgOrientation() |
VgOrientation(float pAzimuth,
float pPitch,
float pRoll) |
VgOrientation(VgOrientation pOther) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
float |
getMAzimuth()
Azimuth value, in degrees.
|
float |
getMPitch()
Pitch value, in degrees.
|
float |
getMRoll()
Roll value, in degrees.
|
void |
setMAzimuth(float value)
Azimuth value, in degrees.
|
void |
setMPitch(float value)
Pitch value, in degrees.
|
void |
setMRoll(float value)
Roll value, in degrees.
|
public VgOrientation()
public VgOrientation(VgOrientation pOther)
public VgOrientation(float pAzimuth, float pPitch, float pRoll)
public void delete()
public void setMAzimuth(float value)
public float getMAzimuth()
public void setMPitch(float value)
public float getMPitch()
public void setMRoll(float value)
public float getMRoll()