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 |
---|---|
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) |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
SbVec4s(SbVec4s copyFrom) |
Modifier and Type | Method and Description |
---|---|
SbVec4s |
SoMFVec4s.get1Value(int i)
Deprecated.
|
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.
|
Modifier and Type | Method and 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.
|
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com