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