| 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 |
SFVec3dObject
This utility class provides a concrete implementation corresponding to SFVec3d X3D field type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MFMatrix3dObject.getTransform(SFVec3d translation,
SFRotation rotation,
SFVec3d scale) |
void |
MFMatrix4dObject.getTransform(SFVec3d translation,
SFRotation rotation,
SFVec3d scale) |
void |
SFMatrix3dObject.getTransform(SFVec3d translation,
SFRotation rotation,
SFVec3d scale) |
void |
SFMatrix4dObject.getTransform(SFVec3d translation,
SFRotation rotation,
SFVec3d scale) |
Matrix3 |
MFMatrix3dObject.multiplyColVector(SFVec3d vector3d) |
Matrix4 |
MFMatrix4dObject.multiplyColVector(SFVec3d vector3d) |
Matrix3 |
SFMatrix3dObject.multiplyColVector(SFVec3d vector3d) |
Matrix4 |
SFMatrix4dObject.multiplyColVector(SFVec3d vector3d) |
Matrix3 |
MFMatrix3dObject.multiplyRowVector(SFVec3d vector3d) |
Matrix4 |
MFMatrix4dObject.multiplyRowVector(SFVec3d vector3d) |
Matrix3 |
SFMatrix3dObject.multiplyRowVector(SFVec3d vector3d) |
Matrix4 |
SFMatrix4dObject.multiplyRowVector(SFVec3d vector3d) |
void |
MFMatrix3dObject.setTransform(SFVec3d translation,
SFRotation rotation,
SFVec3d scale,
SFRotation scaleOrientation,
SFVec3d center) |
void |
MFMatrix4dObject.setTransform(SFVec3d translation,
SFRotation rotation,
SFVec3d scale,
SFRotation scaleOrientation,
SFVec3d center) |
void |
SFMatrix3dObject.setTransform(SFVec3d translation,
SFRotation rotation,
SFVec3d scale,
SFRotation scaleOrientation,
SFVec3d center) |
void |
SFMatrix4dObject.setTransform(SFVec3d translation,
SFRotation rotation,
SFVec3d scale,
SFRotation scaleOrientation,
SFVec3d center) |
| Modifier and Type | Method and Description |
|---|---|
void |
MFMatrix3d.getTransform(SFVec3d translation,
SFRotation rotation,
SFVec3d scale) |
void |
MFMatrix4d.getTransform(SFVec3d translation,
SFRotation rotation,
SFVec3d scale) |
void |
SFMatrix3d.getTransform(SFVec3d translation,
SFRotation rotation,
SFVec3d scale) |
void |
SFMatrix4d.getTransform(SFVec3d translation,
SFRotation rotation,
SFVec3d scale) |
Matrix3 |
MFMatrix3d.multiplyColVector(SFVec3d vec3d) |
Matrix4 |
MFMatrix4d.multiplyColVector(SFVec3d vec3d) |
Matrix3 |
SFMatrix3d.multiplyColVector(SFVec3d vec3d) |
Matrix4 |
SFMatrix4d.multiplyColVector(SFVec3d vec3d) |
Matrix3 |
MFMatrix3d.multiplyRowVector(SFVec3d vec3d) |
Matrix4 |
MFMatrix4d.multiplyRowVector(SFVec3d vec3d) |
Matrix3 |
SFMatrix3d.multiplyRowVector(SFVec3d vec3d) |
Matrix4 |
SFMatrix4d.multiplyRowVector(SFVec3d vec3d) |
void |
MFMatrix3d.setTransform(SFVec3d translation,
SFRotation rotation,
SFVec3d scale,
SFRotation scaleOrientation,
SFVec3d center) |
void |
MFMatrix4d.setTransform(SFVec3d translation,
SFRotation rotation,
SFVec3d scale,
SFRotation scaleOrientation,
SFVec3d center) |
void |
SFMatrix3d.setTransform(SFVec3d translation,
SFRotation rotation,
SFVec3d scale,
SFRotation scaleOrientation,
SFVec3d center) |
void |
SFMatrix4d.setTransform(SFVec3d translation,
SFRotation rotation,
SFVec3d scale,
SFRotation scaleOrientation,
SFVec3d center) |
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.