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