|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Rotation | |
---|---|
com.metaio.sdk.jni |
Uses of Rotation in com.metaio.sdk.jni |
---|
Methods in com.metaio.sdk.jni that return Rotation | |
---|---|
Rotation |
SensorValues.getAttitude()
|
Rotation |
IGeometry.getRotation()
The current rotation as Rotation object. |
Rotation |
TrackingValues.getRotation()
|
Rotation |
Rotation.interpolateRotation(Rotation rotation,
float weight)
|
Rotation |
Rotation.inverse()
This inverse corresponds to a rotation in the opposite direction rotation*rotation. |
Rotation |
Rotation.multiply(Rotation factor)
|
Methods in com.metaio.sdk.jni with parameters of type Rotation | |
---|---|
float |
Rotation.getAngleToRotation(Rotation rotation)
If they are similar this angle should be small |
static long |
Rotation.getCPtr(Rotation obj)
|
Rotation |
Rotation.interpolateRotation(Rotation rotation,
float weight)
|
boolean |
Rotation.isEqual(Rotation rotation)
|
Rotation |
Rotation.multiply(Rotation factor)
|
void |
SensorValues.setAttitude(Rotation value)
|
void |
IGeometry.setRotation(Rotation rotation)
|
void |
TrackingValues.setRotation(Rotation value)
|
void |
IGeometry.setRotation(Rotation rotation,
boolean concat)
|
Constructors in com.metaio.sdk.jni with parameters of type Rotation | |
---|---|
Rotation(Rotation rotation)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |