Uses of Interface
org.web3d.x3d.sai.SFVec3d
Packages that use SFVec3d
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 SFVec3d in org.web3d.x3d.jsail.fields
Classes in org.web3d.x3d.jsail.fields that implement SFVec3dModifier and TypeClassDescriptionclassThis utility class provides a concrete implementation corresponding to SFVec3d X3D field type.Methods in org.web3d.x3d.jsail.fields with parameters of type SFVec3dModifier and TypeMethodDescriptionvoidMFMatrix3d.getTransform(SFVec3d translation, SFRotation rotation, SFVec3d scale) voidMFMatrix4d.getTransform(SFVec3d translation, SFRotation rotation, SFVec3d scale) voidSFMatrix3d.getTransform(SFVec3d translation, SFRotation rotation, SFVec3d scale) voidSFMatrix4d.getTransform(SFVec3d translation, SFRotation rotation, SFVec3d scale) MFMatrix3d.multiplyColVector(SFVec3d vector3d) MFMatrix4d.multiplyColVector(SFVec3d vector3d) SFMatrix3d.multiplyColVector(SFVec3d vector3d) SFMatrix4d.multiplyColVector(SFVec3d vector3d) MFMatrix3d.multiplyRowVector(SFVec3d vector3d) MFMatrix4d.multiplyRowVector(SFVec3d vector3d) SFMatrix3d.multiplyRowVector(SFVec3d vector3d) SFMatrix4d.multiplyRowVector(SFVec3d vector3d) voidMFMatrix3d.setTransform(SFVec3d translation, SFRotation rotation, SFVec3d scale, SFRotation scaleOrientation, SFVec3d center) voidMFMatrix4d.setTransform(SFVec3d translation, SFRotation rotation, SFVec3d scale, SFRotation scaleOrientation, SFVec3d center) voidSFMatrix3d.setTransform(SFVec3d translation, SFRotation rotation, SFVec3d scale, SFRotation scaleOrientation, SFVec3d center) voidSFMatrix4d.setTransform(SFVec3d translation, SFRotation rotation, SFVec3d scale, SFRotation scaleOrientation, SFVec3d center) -
Uses of SFVec3d in org.web3d.x3d.sai
Methods in org.web3d.x3d.sai with parameters of type SFVec3dModifier and TypeMethodDescriptionvoidMFMatrix3d.getTransform(SFVec3d translation, SFRotation rotation, SFVec3d scale) voidMFMatrix4d.getTransform(SFVec3d translation, SFRotation rotation, SFVec3d scale) voidSFMatrix3d.getTransform(SFVec3d translation, SFRotation rotation, SFVec3d scale) voidSFMatrix4d.getTransform(SFVec3d translation, SFRotation rotation, SFVec3d scale) MFMatrix3d.multiplyColVector(SFVec3d vec3d) MFMatrix4d.multiplyColVector(SFVec3d vec3d) SFMatrix3d.multiplyColVector(SFVec3d vec3d) SFMatrix4d.multiplyColVector(SFVec3d vec3d) MFMatrix3d.multiplyRowVector(SFVec3d vec3d) MFMatrix4d.multiplyRowVector(SFVec3d vec3d) SFMatrix3d.multiplyRowVector(SFVec3d vec3d) SFMatrix4d.multiplyRowVector(SFVec3d vec3d) voidMFMatrix3d.setTransform(SFVec3d translation, SFRotation rotation, SFVec3d scale, SFRotation scaleOrientation, SFVec3d center) voidMFMatrix4d.setTransform(SFVec3d translation, SFRotation rotation, SFVec3d scale, SFRotation scaleOrientation, SFVec3d center) voidSFMatrix3d.setTransform(SFVec3d translation, SFRotation rotation, SFVec3d scale, SFRotation scaleOrientation, SFVec3d center) voidSFMatrix4d.setTransform(SFVec3d translation, SFRotation rotation, SFVec3d scale, SFRotation scaleOrientation, SFVec3d center)