Uses of Interface
org.web3d.x3d.sai.SFVec3f
Packages that use SFVec3f
-
Uses of SFVec3f in org.web3d.x3d.sai
Methods in org.web3d.x3d.sai with parameters of type SFVec3fModifier and TypeMethodDescriptionvoid
Matrix3.getTransform
(SFVec2f translation, SFVec3f rotation, SFVec2f scale) void
Matrix4.getTransform
(SFVec3f translation, SFRotation rotation, SFVec3f scale) void
SFMatrix4f.getTransform
(SFVec3f transform, SFRotation rotation, SFVec3f scale) Matrix3.multiplyColVector
(SFVec3f vec) Matrix4.multiplyColVector
(SFVec3f vec) SFMatrix4f.multiplyColVector
(SFVec3f vec3f) Matrix3.multiplyRowVector
(SFVec3f vec) Matrix4.multiplyRowVector
(SFVec3f vec) SFMatrix4f.multiplyRowVector
(SFVec3f vec3f) void
Matrix3.setTransform
(SFVec2f translation, SFVec3f rotation, SFVec2f scale, SFVec3f scaleOrientation, SFVec2f center) void
Matrix4.setTransform
(SFVec3f translation, SFRotation rotation, SFVec3f scale, SFRotation scaleOrientation, SFVec3f center) void
SFMatrix4f.setTransform
(SFVec3f transform, SFRotation rotation, SFVec3f scale, SFRotation scaleOrientation, SFVec3f center)