Uses of Class
com.openinventor.inventor.SbVec4d
Packages that use SbVec4d
Package
Description
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
-
Uses of SbVec4d in com.openinventor.inventor
Methods in com.openinventor.inventor that return SbVec4dModifier and TypeMethodDescriptionComponent-wise binary vector subtraction operator.SbMatrixd.multVec4Matrix(SbVec3d src) Pre-multiplies matrix by the given row vector, giving vector result in homogeneous coordinates.SbVec4d.over(double d) Component-wise binary scalar division operator.Component-wise binary vector addition operator.SbVec4d.setValue(double[] components) SbVec4d.setValue(double[] components, int startIndex) SbVec4d.setValue(double c0, double c1, double c2, double c3) Sets value of vector from a single precision vector.Multiply matrix by given vector.SbVec4d.times(double d) Component-wise binary scalar multiplication operator.static SbVec4d[]SbVec4d.toArray(long nativeArray, long length) Methods in com.openinventor.inventor with parameters of type SbVec4dModifier and TypeMethodDescriptionvoidComponent-wise vector addition operator.doubleReturns dot (inner) product of vector and another vector.booleanEquality comparison within given tolerance - the square of the length of the maximum distance between the two vectors.Component-wise binary vector subtraction operator.Component-wise binary vector addition operator.voidSets value of vector from a double precision vector.voidComponent-wise vector subtraction operator.Multiply matrix by given vector.Constructors in com.openinventor.inventor with parameters of type SbVec4d -
Uses of SbVec4d in com.openinventor.inventor.fields
Methods in com.openinventor.inventor.fields with parameters of type SbVec4dModifier and TypeMethodDescriptionvoidSets one value from double precision vector.voidSets one value from double precision vector.voidSets to one value from double precision vector.voidSets to one value from double precision vector.voidConvenience method that allows you to specify a field value using a double precision variable.voidConvenience method that allows you to specify a field value using a double precision variable.voidDeprecated.voidSets values from array of double precision vectors.voidDeprecated.As of Open Inventor 9.3.1, useSoMFVec4i32.setValues(int, com.openinventor.inventor.SbVec4d[])instead.voidSets values from array of double precision vectors.
SoMFVec4f.setValues(int, com.openinventor.inventor.SbVec4d[])instead.