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 TypeClassDescriptionclass
This 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 TypeMethodDescriptionvoid
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) 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) 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) -
Uses of SFVec3f in org.web3d.x3d.sai
Methods in org.web3d.x3d.sai with parameters of type SFVec3fModifier and TypeMethodDescriptionvoid
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) 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) 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)