| 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 |
SFRotationObject
This utility class provides a concrete implementation corresponding to SFRotation 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) |
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) |
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) |
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 |
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) |
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) |
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) |
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.