Uses of Interface
org.web3d.x3d.sai.SFVec3f
Packages that use SFVec3f
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 SFVec3f in org.web3d.x3d.jsail.fields
Classes in org.web3d.x3d.jsail.fields that implement SFVec3fModifier and TypeClassDescriptionclassThis utility class provides a concrete implementation corresponding to SFVec3f X3D field type.Methods in org.web3d.x3d.jsail.fields with parameters of type SFVec3fModifier and TypeMethodDescriptionvoidMFMatrix3f.getTransform(SFVec3f translation, SFRotation rotation, SFVec3f scale) voidMFMatrix4f.getTransform(SFVec3f translation, SFRotation rotation, SFVec3f scale) voidSFMatrix3f.getTransform(SFVec3f translation, SFRotation rotation, SFVec3f scale) voidSFMatrix4f.getTransform(SFVec3f translation, SFRotation rotation, SFVec3f scale) MFMatrix3f.multiplyColVector(SFVec3f vector3f) MFMatrix4f.multiplyColVector(SFVec3f vector3f) SFMatrix3f.multiplyColVector(SFVec3f vector3f) SFMatrix4f.multiplyColVector(SFVec3f vector3f) MFMatrix3f.multiplyRowVector(SFVec3f vector3f) MFMatrix4f.multiplyRowVector(SFVec3f vector3f) SFMatrix3f.multiplyRowVector(SFVec3f vector3f) SFMatrix4f.multiplyRowVector(SFVec3f vector3f) voidMFMatrix3f.setTransform(SFVec3f translation, SFRotation rotation, SFVec3f scale, SFRotation scaleOrientation, SFVec3f center) voidMFMatrix4f.setTransform(SFVec3f translation, SFRotation rotation, SFVec3f scale, SFRotation scaleOrientation, SFVec3f center) voidSFMatrix3f.setTransform(SFVec3f translation, SFRotation rotation, SFVec3f scale, SFRotation scaleOrientation, SFVec3f center) voidSFMatrix4f.setTransform(SFVec3f translation, SFRotation rotation, SFVec3f scale, SFRotation scaleOrientation, SFVec3f center) -
Uses of SFVec3f in org.web3d.x3d.sai
Methods in org.web3d.x3d.sai with parameters of type SFVec3fModifier and TypeMethodDescriptionvoidMFMatrix3f.getTransform(SFVec3f translation, SFRotation rotation, SFVec3f scale) voidMFMatrix4f.getTransform(SFVec3f translation, SFRotation rotation, SFVec3f scale) voidSFMatrix3f.getTransform(SFVec3f translation, SFRotation rotation, SFVec3f scale) voidSFMatrix4f.getTransform(SFVec3f translation, SFRotation rotation, SFVec3f scale) MFMatrix3f.multiplyColVector(SFVec3f vec3f) MFMatrix4f.multiplyColVector(SFVec3f vec3f) SFMatrix3f.multiplyColVector(SFVec3f vec3f) SFMatrix4f.multiplyColVector(SFVec3f vec3f) MFMatrix3f.multiplyRowVector(SFVec3f vec3f) MFMatrix4f.multiplyRowVector(SFVec3f vec3f) SFMatrix3f.multiplyRowVector(SFVec3f vec3f) SFMatrix4f.multiplyRowVector(SFVec3f vec3f) voidMFMatrix3f.setTransform(SFVec3f translation, SFRotation rotation, SFVec3f scale, SFRotation scaleOrientation, SFVec3f center) voidMFMatrix4f.setTransform(SFVec3f translation, SFRotation rotation, SFVec3f scale, SFRotation scaleOrientation, SFVec3f center) voidSFMatrix3f.setTransform(SFVec3f translation, SFRotation rotation, SFVec3f scale, SFRotation scaleOrientation, SFVec3f center) voidSFMatrix4f.setTransform(SFVec3f translation, SFRotation rotation, SFVec3f scale, SFRotation scaleOrientation, SFVec3f center)