Uses of Interface
org.web3d.x3d.sai.SFRotation
Package
Description
The X3D Java fields package provides a
comprehensive set of strongly typed X3D Java classes for
concrete implementation of X3D field types.
The X3D Java Scene Access Interface (SAI) package is designed to
provide access to a browser and its contained scene graph,
either as an internal X3D Script node, or as an standalone Java program.
-
Uses of SFRotation in org.web3d.x3d.jsail.fields
Modifier and TypeClassDescriptionclass
This utility class provides a concrete implementation corresponding to SFRotation X3D field type.Modifier and TypeMethodDescriptionvoid
MFMatrix3d.getTransform
(SFVec3d translation, SFRotation rotation, SFVec3d scale) void
MFMatrix3f.getTransform
(SFVec3f translation, SFRotation rotation, SFVec3f scale) void
MFMatrix4d.getTransform
(SFVec3d translation, SFRotation rotation, SFVec3d scale) void
MFMatrix4f.getTransform
(SFVec3f translation, SFRotation rotation, SFVec3f scale) void
SFMatrix3d.getTransform
(SFVec3d translation, SFRotation rotation, SFVec3d scale) void
SFMatrix3f.getTransform
(SFVec3f translation, SFRotation rotation, SFVec3f scale) void
SFMatrix4d.getTransform
(SFVec3d translation, SFRotation rotation, SFVec3d scale) void
SFMatrix4f.getTransform
(SFVec3f translation, SFRotation rotation, SFVec3f scale) void
MFMatrix3d.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
MFMatrix4d.setTransform
(SFVec3d translation, SFRotation rotation, SFVec3d scale, SFRotation scaleOrientation, SFVec3d center) void
MFMatrix4f.setTransform
(SFVec3f translation, SFRotation rotation, SFVec3f scale, SFRotation scaleOrientation, SFVec3f center) void
SFMatrix3d.setTransform
(SFVec3d translation, SFRotation rotation, SFVec3d scale, SFRotation scaleOrientation, SFVec3d center) void
SFMatrix3f.setTransform
(SFVec3f translation, SFRotation rotation, SFVec3f scale, SFRotation scaleOrientation, SFVec3f center) void
SFMatrix4d.setTransform
(SFVec3d translation, SFRotation rotation, SFVec3d scale, SFRotation scaleOrientation, SFVec3d center) void
SFMatrix4f.setTransform
(SFVec3f translation, SFRotation rotation, SFVec3f scale, SFRotation scaleOrientation, SFVec3f center) -
Uses of SFRotation in org.web3d.x3d.sai
Modifier and TypeMethodDescriptionvoid
MFMatrix3d.getTransform
(SFVec3d translation, SFRotation rotation, SFVec3d scale) void
MFMatrix3f.getTransform
(SFVec3f translation, SFRotation rotation, SFVec3f scale) void
MFMatrix4d.getTransform
(SFVec3d translation, SFRotation rotation, SFVec3d scale) void
MFMatrix4f.getTransform
(SFVec3f translation, SFRotation rotation, SFVec3f scale) void
SFMatrix3d.getTransform
(SFVec3d translation, SFRotation rotation, SFVec3d scale) void
SFMatrix3f.getTransform
(SFVec3f translation, SFRotation rotation, SFVec3f scale) void
SFMatrix4d.getTransform
(SFVec3d translation, SFRotation rotation, SFVec3d scale) void
SFMatrix4f.getTransform
(SFVec3f translation, SFRotation rotation, SFVec3f scale) void
MFMatrix3d.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
MFMatrix4d.setTransform
(SFVec3d translation, SFRotation rotation, SFVec3d scale, SFRotation scaleOrientation, SFVec3d center) void
MFMatrix4f.setTransform
(SFVec3f translation, SFRotation rotation, SFVec3f scale, SFRotation scaleOrientation, SFVec3f center) void
SFMatrix3d.setTransform
(SFVec3d translation, SFRotation rotation, SFVec3d scale, SFRotation scaleOrientation, SFVec3d center) void
SFMatrix3f.setTransform
(SFVec3f translation, SFRotation rotation, SFVec3f scale, SFRotation scaleOrientation, SFVec3f center) void
SFMatrix4d.setTransform
(SFVec3d translation, SFRotation rotation, SFVec3d scale, SFRotation scaleOrientation, SFVec3d center) void
SFMatrix4f.setTransform
(SFVec3f translation, SFRotation rotation, SFVec3f scale, SFRotation scaleOrientation, SFVec3f center)