public class SoComposeMatrix extends SoEngine
The input fields can have multiple values, allowing the engine to compose several matrices in parallel. Some inputs may have more values than others. In such cases, the last value of the shorter inputs will be repeated as necessary.
File format/default:
ComposeMatrix {
translation | 0 0 0 |
rotation | 0 0 1 0 |
scaleFactor | 1 1 1 |
scaleOrientation | 0 0 1 0 |
center | 0 0 0 |
See also:
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoMFVec3f |
center
Center point for scaling and rotating.
|
SoEngineOutput |
matrix
(
SoMFMatrix ) Transformation matrix that transforms from object space into the space specified by the inputs. |
SoMFRotation |
rotation
Rotation.
|
SoMFVec3f |
scaleFactor
Scale factors in x, y, and z.
|
SoMFRotation |
scaleOrientation
Rotational space for scaling.
|
SoMFVec3f |
translation
Translation in x, y, and z.
|
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoComposeMatrix()
Default Constructor.
|
copy, getByName, getOutput, getOutputName
copyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaults
dispose, getEXTERNPROTO, getName, getPROTO, isDisposable, isSynchronizable, setName, setSynchronizable, touch
getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads
public final SoMFVec3f translation
public final SoMFRotation rotation
public final SoMFVec3f scaleFactor
public final SoMFRotation scaleOrientation
public final SoMFVec3f center
public final SoEngineOutput matrix
SoMFMatrix
) Transformation matrix that transforms from object space into the space specified by the inputs.Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com