|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Vector4d | |
---|---|
com.metaio.sdk.jni |
Uses of Vector4d in com.metaio.sdk.jni |
---|
Methods in com.metaio.sdk.jni that return Vector4d | |
---|---|
Vector4d |
Vector4d.add(Vector4d rhs)
|
Vector4d |
Vector4d.divide(float rhs)
|
Vector4d |
Rotation.getAxisAngle()
Vector4d representing an axis angle. |
Vector4d |
Rotation.getQuaternion()
Vector4d representing a quaternion. |
Vector4d |
Pose.getRotation()
|
Vector4d |
Vector4d.multiply(float rhs)
|
Vector4d |
Vector4d.subtract()
|
Vector4d |
Vector4d.subtract(Vector4d rhs)
|
Methods in com.metaio.sdk.jni with parameters of type Vector4d | |
---|---|
Vector4d |
Vector4d.add(Vector4d rhs)
|
float |
Vector4d.dot(Vector4d rhs)
scalar product, inner product) |
static long |
Vector4d.getCPtr(Vector4d obj)
|
void |
Rotation.setFromAxisAngle(Vector4d axisAngle)
|
void |
Rotation.setFromQuaternion(Vector4d quaternion)
|
void |
Pose.setRotation(Vector4d value)
|
Vector4d |
Vector4d.subtract(Vector4d rhs)
|
Constructors in com.metaio.sdk.jni with parameters of type Vector4d | |
---|---|
Rotation(Vector4d quaternion)
|
|
Vector4d(Vector4d other)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |