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 |
---|---|
SbVec4ui32 |
SbVec4ui32.minus(SbVec4ui32 v2)
Component-wise binary vector subtraction operator.
|
SbVec4ui32 |
SbVec4ui32.over(double d)
Component-wise binary scalar division operator.
|
SbVec4ui32 |
SbVec4ui32.over(int d)
Component-wise binary scalar division operator.
|
SbVec4ui32 |
SbVec4ui32.plus(SbVec4ui32 v2)
Component-wise binary vector addition operator.
|
SbVec4ui32 |
SbVec4ui32.setValue(int[] components) |
SbVec4ui32 |
SbVec4ui32.setValue(int[] components,
int startIndex) |
SbVec4ui32 |
SbVec4ui32.setValue(int c0,
int c1,
int c2,
int c3) |
SbVec4ui32 |
SbVec4ui32.times(double d)
Component-wise binary scalar multiplication operator.
|
SbVec4ui32 |
SbVec4ui32.times(int d)
Component-wise binary scalar multiplication operator.
|
static SbVec4ui32[] |
SbVec4ui32.toArray(long nativeArray,
long length) |
Modifier and Type | Method and Description |
---|---|
void |
SbVec4ui32.add(SbVec4ui32 u)
Component-wise vector addition operator.
|
int |
SbVec4ui32.dot(SbVec4ui32 v)
Returns dot (inner) product of vector and another vector.
|
SbVec4ui32 |
SbVec4ui32.minus(SbVec4ui32 v2)
Component-wise binary vector subtraction operator.
|
SbVec4ui32 |
SbVec4ui32.plus(SbVec4ui32 v2)
Component-wise binary vector addition operator.
|
void |
SbVec4ui32.setValue(SbVec4ui32 copyFrom) |
void |
SbVec4ui32.substract(SbVec4ui32 u)
Component-wise vector subtraction operator.
|
Constructor and Description |
---|
SbVec4ui32(SbVec4ui32 copyFrom) |
Modifier and Type | Method and Description |
---|---|
SbVec4ui32 |
SoMFVec4ui32.get1Value(int i)
Deprecated.
|
SbVec4ui32 |
SoMFVec4ui32.getValueAt(int i) |
SbVec4ui32[] |
SoMFVec4ui32.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 |
SoMFVec4ui32.find(SbVec4ui32 targetValue)
Calls find(targetValue, false).
|
int |
SoMFVec4ui32.find(SbVec4ui32 targetValue,
boolean addIfNotFound)
Finds the given
targetValue in the array and returns the index of that value.
|
void |
SoMFVec4ui32.set1Value(int index,
SbVec4ui32 newValue)
Sets the
index'th value in the array to
newValue.
|
void |
SoMFVec4ui32.setValue(SbVec4ui32 newValue)
Sets the first value in the array to
newValue, and deletes.
|
void |
SoMFVec4ui32.setValues(int start,
SbVec4ui32[] 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