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 SbVec4d
SbVec4d. minus(SbVec4d v2)
Component-wise binary vector subtraction operator.SbVec4d
SbVec4d. over(double d)
Component-wise binary scalar division operator.SbVec4d
SbVec4d. plus(SbVec4d v2)
Component-wise binary vector addition operator.SbVec4d
SbVec4d. setValue(double[] components)
SbVec4d
SbVec4d. setValue(double[] components, int startIndex)
SbVec4d
SbVec4d. setValue(double c0, double c1, double c2, double c3)
SbVec4d
SbVec4d. setValue(SbVec4f vec4f)
Sets value of vector from a single precision vector.SbVec4d
SbMatrixd. times(SbVec4d v)
Multiply matrix by given vector.SbVec4d
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 SbVec4d Modifier and Type Method Description void
SbVec4d. add(SbVec4d u)
Component-wise vector addition operator.double
SbVec4d. dot(SbVec4d v)
Returns dot (inner) product of vector and another vector.boolean
SbVec4d. equals(SbVec4d v, double tolerance)
Equality comparison within given tolerance - the square of the length of the maximum distance between the two vectors.SbVec4d
SbVec4d. minus(SbVec4d v2)
Component-wise binary vector subtraction operator.SbVec4d
SbVec4d. plus(SbVec4d v2)
Component-wise binary vector addition operator.void
SbVec4d. setValue(SbVec4d copyFrom)
SbVec4f
SbVec4f. setValue(SbVec4d vec4d)
Sets value of vector from a double precision vector.void
SbVec4d. substract(SbVec4d u)
Component-wise vector subtraction operator.SbVec4d
SbMatrixd. 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 void
SoMFVec4f. set1Value(int index, SbVec4d vec4d)
Sets one value from double precision vector.void
SoMFVec4i32. set1Value(int index, SbVec4d vec4d)
Sets one value from double precision vector.void
SoMFVec4f. setValue(SbVec4d vec4d)
Sets to one value from double precision vector.void
SoMFVec4i32. setValue(SbVec4d vec4d)
Sets to one value from double precision vector.void
SoSFVec4f. setValue(SbVec4d vec4d)
Convenience method that allows you to specify a field value using a double precision variable.void
SoSFVec4i32. setValue(SbVec4d vec4d)
Convenience method that allows you to specify a field value using a double precision variable.void
SoMFVec4f. setValues(int start, int num, SbVec4d[] vec4d)
Deprecated.As of Open Inventor 9.3.1, useSoMFVec4f.setValues(int, com.openinventor.inventor.SbVec4d[])
instead.void
SoMFVec4f. setValues(int start, SbVec4d[] vec4d)
Sets values from array of double precision vectors.void
SoMFVec4i32. setValues(int start, int num, SbVec4d[] vec4d)
Deprecated.As of Open Inventor 9.3.1, useSoMFVec4i32.setValues(int, com.openinventor.inventor.SbVec4d[])
instead.void
SoMFVec4i32. setValues(int start, SbVec4d[] vec4d)
Sets values from array of double precision vectors.
-