|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.visioglobe.libVisioDevKit.VgOrientation
public class VgOrientation
This class describes the 3 values defining a 3D orientation azimuth, pitch, roll. Orientations with pitch over 90 (or below -90) can be specified, but when you get them back from the engine, the pitch will always be within [-90,90].
Field Summary | |
---|---|
protected boolean |
swigCMemOwn
|
Constructor Summary | |
---|---|
VgOrientation()
|
|
VgOrientation(float pAzimuth,
float pPitch,
float pRoll)
|
|
VgOrientation(long cPtr,
boolean cMemoryOwn)
|
|
VgOrientation(VgOrientation pOther)
|
Method Summary | |
---|---|
void |
delete()
|
protected void |
finalize()
|
static long |
getCPtr(VgOrientation obj)
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean swigCMemOwn
Constructor Detail |
---|
public VgOrientation(long cPtr, boolean cMemoryOwn)
public VgOrientation()
public VgOrientation(VgOrientation pOther)
public VgOrientation(float pAzimuth, float pPitch, float pRoll)
Method Detail |
---|
public static long getCPtr(VgOrientation obj)
protected void finalize()
finalize
in class java.lang.Object
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()
|
VisioDevKit 2.0, Visioglobe® 2013 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |