Uses of Class
org.web3d.vrml.scripting.ecmascript.builtin.SFVec3f
Packages that use SFVec3f
-
Uses of SFVec3f in org.web3d.vrml.scripting.ecmascript.builtin
Methods in org.web3d.vrml.scripting.ecmascript.builtin that return SFVec3fModifier and TypeMethodDescriptionSFVec3f.jsFunction_add
(org.mozilla.javascript.Scriptable newVector) Add this vector to the given vector and return the value as a new vector.SFVec3f.jsFunction_cross
(org.mozilla.javascript.Scriptable newVector) Calculate the cross product of this vector and the given vectorSFVec3f.jsFunction_divide
(double n) Divide this vector by the given scalar value and return the result in a new vectorSFRotation.jsFunction_getAxis()
Get the axis of this quaternion.SFVec3f.jsFunction_multiply
(double n) Multiply this vector by the scalar amount and return the result in a new vector.Matrix3.jsFunction_multMatrixVec
(org.mozilla.javascript.Scriptable vector) Return a vector that is this multiplied by the given vector as a column.Matrix4.jsFunction_multMatrixVec
(org.mozilla.javascript.Scriptable vector) Return a vector that is this multiplied by the given vector as a column.VrmlMatrix.jsFunction_multMatrixVec
(org.mozilla.javascript.Scriptable vector) Return a vector that is this multiplied by the given vector as a column.SFRotation.jsFunction_multVec
(org.mozilla.javascript.Scriptable newVector) Turn this rotation into a rotation matrix and then multiply the vector by that matrix.Matrix3.jsFunction_multVecMatrix
(org.mozilla.javascript.Scriptable vector) Return a vector that is this multiplied by the given vector as a row.Matrix4.jsFunction_multVecMatrix
(org.mozilla.javascript.Scriptable vector) Return a vector that is this multiplied by the given vector as a row.VrmlMatrix.jsFunction_multVecMatrix
(org.mozilla.javascript.Scriptable vector) Return a vector that is this multiplied by the given vector as a row.SFVec3f.jsFunction_negate()
Generate a vector with the negated version of each of the components.SFVec3f.jsFunction_normalize()
Generate the normalised version of this vector and return it.SFVec3f.jsFunction_subtract
(org.mozilla.javascript.Scriptable newVector) Subtract the given vector from this vector and return the results in a new object.