Uses of Class
org.web3d.vrml.scripting.ecmascript.builtin.SFVec3d
Packages that use SFVec3d
-
Uses of SFVec3d in org.web3d.vrml.scripting.ecmascript.builtin
Methods in org.web3d.vrml.scripting.ecmascript.builtin that return SFVec3dModifier and TypeMethodDescriptionSFVec3d.jsFunction_add(org.mozilla.javascript.Scriptable newVector) Add this vector to the given vector and return the value as a new vector.SFVec3d.jsFunction_cross(org.mozilla.javascript.Scriptable newVector) Calculate the cross product of this vector and the given vectorSFVec3d.jsFunction_divide(double n) Divide this vector by the given scalar value and return the result in a new vectorSFVec3d.jsFunction_multiply(double n) Multiply this vector by the scalar amount and return the result in a new vector.SFVec3d.jsFunction_negate()Generate a vector with the negated version of each of the components.SFVec3d.jsFunction_normalize()Generate the normalised version of this vector and return it.SFVec3d.jsFunction_subtract(org.mozilla.javascript.Scriptable sc) Subtract the given vector from this vector and return the results in a new object.