| Package | Description |
|---|---|
| org.web3d.x3d.jsail.fields |
The fields subpackage is provided for creating
typed X3D field values
and also includes various utility capabilities.
|
| org.web3d.x3d.sai |
The X3D Java Scene Access Interface (SAI) package is designed to
provide access to a browser and its contained scene graph,
either within an internal X3D Script node or an external HTML script.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SFVec3fObject
This utility class provides a concrete implementation corresponding to SFVec3f X3D field type.
|
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and 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) |
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.