| Package | Description | 
|---|---|
| com.openinventor.inventor | 
 Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization. 
 | 
| com.openinventor.inventor.fields | 
| Modifier and Type | Method and Description | 
|---|---|
SbVec4b | 
SbVec4b.minus(SbVec4b v2)
Component-wise binary vector subtraction operator. 
 | 
SbVec4b | 
SbVec4b.over(double d)
Component-wise binary scalar division operator. 
 | 
SbVec4b | 
SbVec4b.over(int d)
Component-wise binary scalar division operator. 
 | 
SbVec4b | 
SbVec4b.plus(SbVec4b v2)
Component-wise binary vector addition operator. 
 | 
SbVec4b | 
SbVec4b.setValue(byte[] components)  | 
SbVec4b | 
SbVec4b.setValue(byte[] components,
        int startIndex)  | 
SbVec4b | 
SbVec4b.setValue(byte c0,
        byte c1,
        byte c2,
        byte c3)  | 
SbVec4b | 
SbVec4b.times(double d)
Component-wise binary scalar multiplication operator. 
 | 
SbVec4b | 
SbVec4b.times(int d)
Component-wise binary scalar multiplication operator. 
 | 
static SbVec4b[] | 
SbVec4b.toArray(long nativeArray,
       long length)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SbVec4b.add(SbVec4b u)
Component-wise vector addition operator. 
 | 
int | 
SbVec4b.dot(SbVec4b v)
Returns dot (inner) product of vector and another vector. 
 | 
SbVec4b | 
SbVec4b.minus(SbVec4b v2)
Component-wise binary vector subtraction operator. 
 | 
SbVec4b | 
SbVec4b.plus(SbVec4b v2)
Component-wise binary vector addition operator. 
 | 
void | 
SbVec4b.setValue(SbVec4b copyFrom)  | 
void | 
SbVec4b.substract(SbVec4b u)
Component-wise vector subtraction operator. 
 | 
| Constructor and Description | 
|---|
SbVec4b(SbVec4b copyFrom)  | 
| Modifier and Type | Method and Description | 
|---|---|
SbVec4b | 
SoMFVec4b.get1Value(int i)
Deprecated.   
 | 
SbVec4b | 
SoMFVec4b.getValueAt(int i)  | 
SbVec4b[] | 
SoMFVec4b.getValues(int start)
Returns a pointer into the array of values in the field, starting at index start. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
SoMFVec4b.find(SbVec4b targetValue)
Calls find(targetValue, false). 
 | 
int | 
SoMFVec4b.find(SbVec4b targetValue,
    boolean addIfNotFound)
Finds the given 
 targetValue in the array and returns the index of that value. 
 | 
void | 
SoMFVec4b.set1Value(int index,
         SbVec4b newValue)
Sets the 
 index'th value in the array to 
 newValue. 
 | 
void | 
SoMFVec4b.setValue(SbVec4b newValue)
Sets the first value in the array to 
 newValue, and deletes. 
 | 
void | 
SoMFVec4b.setValues(int start,
         SbVec4b[] newValues)
Sets 
 num values starting at index 
 start to the values. 
 | 
Generated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com