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 |
---|---|
SbVec4ub |
SbVec4ub.minus(SbVec4ub v2)
Component-wise binary vector subtraction operator.
|
SbVec4ub |
SbVec4ub.over(double d)
Component-wise binary scalar division operator.
|
SbVec4ub |
SbVec4ub.over(int d)
Component-wise binary scalar division operator.
|
SbVec4ub |
SbVec4ub.plus(SbVec4ub v2)
Component-wise binary vector addition operator.
|
SbVec4ub |
SbVec4ub.setValue(byte[] components) |
SbVec4ub |
SbVec4ub.setValue(byte[] components,
int startIndex) |
SbVec4ub |
SbVec4ub.setValue(byte c0,
byte c1,
byte c2,
byte c3) |
SbVec4ub |
SbVec4ub.times(double d)
Component-wise binary scalar multiplication operator.
|
SbVec4ub |
SbVec4ub.times(int d)
Component-wise binary scalar multiplication operator.
|
static SbVec4ub[] |
SbVec4ub.toArray(long nativeArray,
long length) |
Modifier and Type | Method and Description |
---|---|
void |
SbVec4ub.add(SbVec4ub u)
Component-wise vector addition operator.
|
int |
SbVec4ub.dot(SbVec4ub v)
Returns dot (inner) product of vector and another vector.
|
SbVec4ub |
SbVec4ub.minus(SbVec4ub v2)
Component-wise binary vector subtraction operator.
|
SbVec4ub |
SbVec4ub.plus(SbVec4ub v2)
Component-wise binary vector addition operator.
|
void |
SbVec4ub.setValue(SbVec4ub copyFrom) |
void |
SbVec4ub.substract(SbVec4ub u)
Component-wise vector subtraction operator.
|
Constructor and Description |
---|
SbVec4ub(SbVec4ub copyFrom) |
Modifier and Type | Method and Description |
---|---|
SbVec4ub |
SoMFVec4ub.get1Value(int i)
Deprecated.
|
SbVec4ub |
SoMFVec4ub.getValueAt(int i) |
SbVec4ub[] |
SoMFVec4ub.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 |
SoMFVec4ub.find(SbVec4ub targetValue)
Calls find(targetValue, false).
|
int |
SoMFVec4ub.find(SbVec4ub targetValue,
boolean addIfNotFound)
Finds the given
targetValue in the array and returns the index of that value.
|
void |
SoMFVec4ub.set1Value(int index,
SbVec4ub newValue)
Sets the
index'th value in the array to
newValue.
|
void |
SoMFVec4ub.setValue(SbVec4ub newValue)
Sets the first value in the array to
newValue, and deletes.
|
void |
SoMFVec4ub.setValues(int start,
SbVec4ub[] newValues)
Sets
num values starting at index
start to the values.
|
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com