public class VgOrientationConstraints
extends java.lang.Object
Constructor and Description |
---|
VgOrientationConstraints() |
VgOrientationConstraints(VgOrientationType pHeading,
VgOrientationType pPitch,
VgOrientationType pRoll) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
VgOrientationType |
getMHeading()
Describes the orientation constraintes on the three axes.
|
VgOrientationType |
getMPitch()
Describes the orientation constraintes on the three axes.
|
VgOrientationType |
getMRoll()
Describes the orientation constraintes on the three axes.
|
void |
setMHeading(VgOrientationType value)
Describes the orientation constraintes on the three axes.
|
void |
setMPitch(VgOrientationType value)
Describes the orientation constraintes on the three axes.
|
void |
setMRoll(VgOrientationType value)
Describes the orientation constraintes on the three axes.
|
public VgOrientationConstraints()
public VgOrientationConstraints(VgOrientationType pHeading, VgOrientationType pPitch, VgOrientationType pRoll)
public void delete()
public void setMHeading(VgOrientationType value)
public VgOrientationType getMHeading()
public void setMPitch(VgOrientationType value)
public VgOrientationType getMPitch()
public void setMRoll(VgOrientationType value)
public VgOrientationType getMRoll()