Uses of Class
com.openinventor.inventor.SbVec4d
- 
Packages that use SbVec4d Package Description com.openinventor.inventor Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.com.openinventor.inventor.fields  - 
- 
Uses of SbVec4d in com.openinventor.inventor
Methods in com.openinventor.inventor that return SbVec4d Modifier and Type Method Description SbVec4dSbVec4d. minus(SbVec4d v2)Component-wise binary vector subtraction operator.SbVec4dSbVec4d. over(double d)Component-wise binary scalar division operator.SbVec4dSbVec4d. plus(SbVec4d v2)Component-wise binary vector addition operator.SbVec4dSbVec4d. setValue(double[] components)SbVec4dSbVec4d. setValue(double[] components, int startIndex)SbVec4dSbVec4d. setValue(double c0, double c1, double c2, double c3)SbVec4dSbVec4d. setValue(SbVec4f vec4f)Sets value of vector from a single precision vector.SbVec4dSbMatrixd. times(SbVec4d v)Multiply matrix by given vector.SbVec4dSbVec4d. 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 SbVec4d Modifier and Type Method Description voidSbVec4d. add(SbVec4d u)Component-wise vector addition operator.doubleSbVec4d. dot(SbVec4d v)Returns dot (inner) product of vector and another vector.booleanSbVec4d. equals(SbVec4d v, double tolerance)Equality comparison within given tolerance - the square of the length of the maximum distance between the two vectors.SbVec4dSbVec4d. minus(SbVec4d v2)Component-wise binary vector subtraction operator.SbVec4dSbVec4d. plus(SbVec4d v2)Component-wise binary vector addition operator.voidSbVec4d. setValue(SbVec4d copyFrom)SbVec4fSbVec4f. setValue(SbVec4d vec4d)Sets value of vector from a double precision vector.voidSbVec4d. substract(SbVec4d u)Component-wise vector subtraction operator.SbVec4dSbMatrixd. times(SbVec4d v)Multiply matrix by given vector.Constructors in com.openinventor.inventor with parameters of type SbVec4d Constructor Description SbVec4d(SbVec4d copyFrom) - 
Uses of SbVec4d in com.openinventor.inventor.fields
Methods in com.openinventor.inventor.fields with parameters of type SbVec4d Modifier and Type Method Description voidSoMFVec4f. set1Value(int index, SbVec4d vec4d)Sets one value from double precision vector.voidSoMFVec4i32. set1Value(int index, SbVec4d vec4d)Sets one value from double precision vector.voidSoMFVec4f. setValue(SbVec4d vec4d)Sets to one value from double precision vector.voidSoMFVec4i32. setValue(SbVec4d vec4d)Sets to one value from double precision vector.voidSoSFVec4f. setValue(SbVec4d vec4d)Convenience method that allows you to specify a field value using a double precision variable.voidSoSFVec4i32. setValue(SbVec4d vec4d)Convenience method that allows you to specify a field value using a double precision variable.voidSoMFVec4f. setValues(int start, int num, SbVec4d[] vec4d)Deprecated.As of Open Inventor 9.3.1, useSoMFVec4f.setValues(int, com.openinventor.inventor.SbVec4d[])instead.voidSoMFVec4f. setValues(int start, SbVec4d[] vec4d)Sets values from array of double precision vectors.voidSoMFVec4i32. setValues(int start, int num, SbVec4d[] vec4d)Deprecated.As of Open Inventor 9.3.1, useSoMFVec4i32.setValues(int, com.openinventor.inventor.SbVec4d[])instead.voidSoMFVec4i32. setValues(int start, SbVec4d[] vec4d)Sets values from array of double precision vectors. 
 -