-
Methods in org.web3d.x3d.jsail.fields with parameters of type SFVec3f
| Modifier and Type |
Method |
Description |
void |
MFMatrix3fObject.getTransform(SFVec3f translation,
SFRotation rotation,
SFVec3f scale) |
|
void |
MFMatrix4fObject.getTransform(SFVec3f translation,
SFRotation rotation,
SFVec3f scale) |
|
void |
SFMatrix3fObject.getTransform(SFVec3f translation,
SFRotation rotation,
SFVec3f scale) |
|
void |
SFMatrix4fObject.getTransform(SFVec3f translation,
SFRotation rotation,
SFVec3f scale) |
|
Matrix3 |
MFMatrix3fObject.multiplyColVector(SFVec3f vector3f) |
|
Matrix4 |
MFMatrix4fObject.multiplyColVector(SFVec3f vector3f) |
|
Matrix3 |
SFMatrix3fObject.multiplyColVector(SFVec3f vector3f) |
|
Matrix4 |
SFMatrix4fObject.multiplyColVector(SFVec3f vector3f) |
|
Matrix3 |
MFMatrix3fObject.multiplyRowVector(SFVec3f vector3f) |
|
Matrix4 |
MFMatrix4fObject.multiplyRowVector(SFVec3f vector3f) |
|
Matrix3 |
SFMatrix3fObject.multiplyRowVector(SFVec3f vector3f) |
|
Matrix4 |
SFMatrix4fObject.multiplyRowVector(SFVec3f vector3f) |
|
void |
MFMatrix3fObject.setTransform(SFVec3f translation,
SFRotation rotation,
SFVec3f scale,
SFRotation scaleOrientation,
SFVec3f center) |
|
void |
MFMatrix4fObject.setTransform(SFVec3f translation,
SFRotation rotation,
SFVec3f scale,
SFRotation scaleOrientation,
SFVec3f center) |
|
void |
SFMatrix3fObject.setTransform(SFVec3f translation,
SFRotation rotation,
SFVec3f scale,
SFRotation scaleOrientation,
SFVec3f center) |
|
void |
SFMatrix4fObject.setTransform(SFVec3f translation,
SFRotation rotation,
SFVec3f scale,
SFRotation scaleOrientation,
SFVec3f center) |
|
-
Methods in org.web3d.x3d.sai with parameters of type SFVec3f
| Modifier and Type |
Method |
Description |
void |
MFMatrix3f.getTransform(SFVec3f translation,
SFRotation rotation,
SFVec3f scale) |
|
void |
MFMatrix4f.getTransform(SFVec3f translation,
SFRotation rotation,
SFVec3f scale) |
|
void |
SFMatrix3f.getTransform(SFVec3f translation,
SFRotation rotation,
SFVec3f scale) |
|
void |
SFMatrix4f.getTransform(SFVec3f translation,
SFRotation rotation,
SFVec3f scale) |
|
Matrix3 |
MFMatrix3f.multiplyColVector(SFVec3f vec3f) |
|
Matrix4 |
MFMatrix4f.multiplyColVector(SFVec3f vec3f) |
|
Matrix3 |
SFMatrix3f.multiplyColVector(SFVec3f vec3f) |
|
Matrix4 |
SFMatrix4f.multiplyColVector(SFVec3f vec3f) |
|
Matrix3 |
MFMatrix3f.multiplyRowVector(SFVec3f vec3f) |
|
Matrix4 |
MFMatrix4f.multiplyRowVector(SFVec3f vec3f) |
|
Matrix3 |
SFMatrix3f.multiplyRowVector(SFVec3f vec3f) |
|
Matrix4 |
SFMatrix4f.multiplyRowVector(SFVec3f vec3f) |
|
void |
MFMatrix3f.setTransform(SFVec3f translation,
SFRotation rotation,
SFVec3f scale,
SFRotation scaleOrientation,
SFVec3f center) |
|
void |
MFMatrix4f.setTransform(SFVec3f translation,
SFRotation rotation,
SFVec3f scale,
SFRotation scaleOrientation,
SFVec3f center) |
|
void |
SFMatrix3f.setTransform(SFVec3f translation,
SFRotation rotation,
SFVec3f scale,
SFRotation scaleOrientation,
SFVec3f center) |
|
void |
SFMatrix4f.setTransform(SFVec3f translation,
SFRotation rotation,
SFVec3f scale,
SFRotation scaleOrientation,
SFVec3f center) |
|