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 TypeMethodDescriptionvoidMatrix3.getTransform(SFVec2f translation, SFVec3f rotation, SFVec2f scale) voidMatrix4.getTransform(SFVec3f translation, SFRotation rotation, SFVec3f scale) voidSFMatrix4f.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) voidMatrix3.setTransform(SFVec2f translation, SFVec3f rotation, SFVec2f scale, SFVec3f scaleOrientation, SFVec2f center) voidMatrix4.setTransform(SFVec3f translation, SFRotation rotation, SFVec3f scale, SFRotation scaleOrientation, SFVec3f center) voidSFMatrix4f.setTransform(SFVec3f transform, SFRotation rotation, SFVec3f scale, SFRotation scaleOrientation, SFVec3f center)