Uses of Class
com.openinventor.inventor.SbVec4s
-
Packages that use SbVec4s 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 SbVec4s in com.openinventor.inventor
Methods in com.openinventor.inventor that return SbVec4s Modifier and Type Method Description SbVec4s
SbVec4s. minus(SbVec4s v2)
Component-wise binary vector subtraction operator.SbVec4s
SbVec4s. over(double d)
Component-wise binary scalar division operator.SbVec4s
SbVec4s. over(int d)
Component-wise binary scalar division operator.SbVec4s
SbVec4s. plus(SbVec4s v2)
Component-wise binary vector addition operator.SbVec4s
SbVec4s. setValue(short[] components)
SbVec4s
SbVec4s. setValue(short[] components, int startIndex)
SbVec4s
SbVec4s. setValue(short c0, short c1, short c2, short c3)
SbVec4s
SbVec4s. times(double d)
Component-wise binary scalar multiplication operator.SbVec4s
SbVec4s. times(int d)
Component-wise binary scalar multiplication operator.static SbVec4s[]
SbVec4s. toArray(long nativeArray, long length)
Methods in com.openinventor.inventor with parameters of type SbVec4s Modifier and Type Method Description void
SbVec4s. add(SbVec4s u)
Component-wise vector addition operator.int
SbVec4s. dot(SbVec4s v)
Returns dot (inner) product of vector and another vector.SbVec4s
SbVec4s. minus(SbVec4s v2)
Component-wise binary vector subtraction operator.SbVec4s
SbVec4s. plus(SbVec4s v2)
Component-wise binary vector addition operator.void
SbVec4s. setValue(SbVec4s copyFrom)
void
SbVec4s. substract(SbVec4s u)
Component-wise vector subtraction operator.Constructors in com.openinventor.inventor with parameters of type SbVec4s Constructor Description SbVec4s(SbVec4s copyFrom)
-
Uses of SbVec4s in com.openinventor.inventor.fields
Methods in com.openinventor.inventor.fields that return SbVec4s Modifier and Type Method Description SbVec4s
SoMFVec4s. getValueAt(int i)
SbVec4s[]
SoMFVec4s. getValues(int start)
Returns a pointer into the array of values in the field, starting at index start.Methods in com.openinventor.inventor.fields with parameters of type SbVec4s Modifier and Type Method Description int
SoMFVec4s. find(SbVec4s targetValue)
Calls find(targetValue, false).int
SoMFVec4s. find(SbVec4s targetValue, boolean addIfNotFound)
Finds the given targetValue in the array and returns the index of that value.void
SoMFVec4s. set1Value(int index, SbVec4s newValue)
Sets the index'th value in the array to newValue.void
SoMFVec4s. setValue(SbVec4s newValue)
Sets the first value in the array to newValue, and deletes.void
SoMFVec4s. setValues(int start, SbVec4s[] newValues)
Sets num values starting at index start to the values.
-