Package | Description |
---|---|
com.openinventor.inventor |
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
|
Modifier and Type | Method and Description |
---|---|
SbMatrix3 |
SbRotation.getMatrix3()
Returns corresponding 3x3 rotation matrix.
|
SbMatrix3 |
SbRotationd.getMatrix3()
Returns corresponding 3x3 rotation matrix.
|
static SbMatrix3 |
SbMatrix3.identity()
Returns an identity matrix.
|
SbMatrix3 |
SbMatrix3.multLeft(SbMatrix3 m)
Pre-multiplies matrix by the given matrix.
|
SbMatrix3 |
SbMatrix3.multRight(SbMatrix3 m)
Post-multiplies the matrix by the given matrix.
|
SbMatrix3 |
SbMatrix3.setValue(float[] components) |
SbMatrix3 |
SbMatrix3.setValue(float[] components,
int startIndex) |
SbMatrix3 |
SbMatrix3.setValue(float c0,
float c1,
float c2,
float c3,
float c4,
float c5,
float c6,
float c7,
float c8) |
SbMatrix3 |
SbMatrix3.times(SbMatrix3 m2)
Multiplies two matrices, returning a matrix result.
|
static SbMatrix3[] |
SbMatrix3.toArray(long nativeArray,
long length) |
Modifier and Type | Method and Description |
---|---|
void |
SbMatrix3.multiply(SbMatrix3 m)
Post-multiplies the matrix by the given matrix (equivalent to
multRight() method). |
SbMatrix3 |
SbMatrix3.multLeft(SbMatrix3 m)
Pre-multiplies matrix by the given matrix.
|
SbMatrix3 |
SbMatrix3.multRight(SbMatrix3 m)
Post-multiplies the matrix by the given matrix.
|
void |
SbMatrix3.setValue(SbMatrix3 copyFrom) |
SbRotation |
SbRotation.setValue(SbMatrix3 m)
Sets rotation from a 3x3 rotation matrix.
|
SbRotationd |
SbRotationd.setValue(SbMatrix3 m)
Sets rotation from a 3x3 rotation matrix.
|
SbMatrix3 |
SbMatrix3.times(SbMatrix3 m2)
Multiplies two matrices, returning a matrix result.
|
Constructor and Description |
---|
SbMatrix3(SbMatrix3 copyFrom) |
SbRotation(SbMatrix3 m)
Constructor.
|
SbRotationd(SbMatrix3 m)
Constructor.
|
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com