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 |
---|---|
SbVec4d |
SbVec4d.minus(SbVec4d v2)
Component-wise binary vector subtraction operator.
|
SbVec4d |
SbVec4d.over(double d)
Component-wise binary scalar division operator.
|
SbVec4d |
SbVec4d.plus(SbVec4d v2)
Component-wise binary vector addition operator.
|
SbVec4d |
SbVec4d.setValue(double[] components) |
SbVec4d |
SbVec4d.setValue(double[] components,
int startIndex) |
SbVec4d |
SbVec4d.setValue(double c0,
double c1,
double c2,
double c3) |
SbVec4d |
SbVec4d.setValue(SbVec4f vec4f)
Sets value of vector from a single precision vector.
|
SbVec4d |
SbVec4d.times(double d)
Component-wise binary scalar multiplication operator.
|
static SbVec4d[] |
SbVec4d.toArray(long nativeArray,
long length) |
Modifier and Type | Method and Description |
---|---|
void |
SbVec4d.add(SbVec4d u)
Component-wise vector addition operator.
|
double |
SbVec4d.dot(SbVec4d v)
Returns dot (inner) product of vector and another vector.
|
boolean |
SbVec4d.equals(SbVec4d v,
double tolerance)
Equality comparison within given tolerance - the square of the length of the maximum distance between the two vectors.
|
SbVec4d |
SbVec4d.minus(SbVec4d v2)
Component-wise binary vector subtraction operator.
|
SbVec4d |
SbVec4d.plus(SbVec4d v2)
Component-wise binary vector addition operator.
|
void |
SbVec4d.setValue(SbVec4d copyFrom) |
SbVec4f |
SbVec4f.setValue(SbVec4d vec4d)
Sets value of vector from a double precision vector.
|
void |
SbVec4d.substract(SbVec4d u)
Component-wise vector subtraction operator.
|
Constructor and Description |
---|
SbVec4d(SbVec4d copyFrom) |
Modifier and Type | Method and Description |
---|---|
void |
SoMFVec4f.set1Value(int index,
SbVec4d vec4d)
Sets one value from double precision vector.
|
void |
SoMFVec4i32.set1Value(int index,
SbVec4d vec4d)
Sets one value from double precision vector.
|
void |
SoMFVec4f.setValue(SbVec4d vec4d)
Sets to one value from double precision vector.
|
void |
SoMFVec4i32.setValue(SbVec4d vec4d)
Sets to one value from double precision vector.
|
void |
SoSFVec4f.setValue(SbVec4d vec4d)
Convenience method that allows you to specify a field value using a double precision variable.
|
void |
SoSFVec4i32.setValue(SbVec4d vec4d)
Convenience method that allows you to specify a field value using a double precision variable.
|
void |
SoMFVec4f.setValues(int start,
int num,
SbVec4d[] vec4d)
Deprecated.
As of Open Inventor 9.3.1, use
SoMFVec4f.setValues(int, com.openinventor.inventor.SbVec4d[])
instead. |
void |
SoMFVec4i32.setValues(int start,
int num,
SbVec4d[] vec4d)
Deprecated.
As of Open Inventor 9.3.1, use
SoMFVec4i32.setValues(int, com.openinventor.inventor.SbVec4d[])
instead. |
void |
SoMFVec4f.setValues(int start,
SbVec4d[] vec4d)
Sets values from array of double precision vectors.
|
void |
SoMFVec4i32.setValues(int start,
SbVec4d[] vec4d)
Sets values from array of double precision vectors.
|
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com