Class FlowGraphDecomposeMatrixBlock
Hierarchy
- FlowGraphBlock
- FlowGraphDecomposeMatrixBlock
Index
Constructors
constructor
Parameters
Optional config: IFlowGraphBlockConfiguration
Returns FlowGraphDecomposeMatrixBlock
Properties
Optional configSearch playground for config
data InputsSearch playground for dataInputs
The data inputs of the block.
data OutputsSearch playground for dataOutputs
The data outputs of the block.
Readonly inputSearch playground for input
Input connection: The matrix to decompose.
nameSearch playground for name
The name of the block.
Readonly rotationSearch playground for rotation
Output connection: The rotation component of the matrix.
Readonly scaleSearch playground for scale
Output connection: The scale component of the matrix.
Readonly translationSearch playground for translation
Output connection: The translation component of the matrix.
unique IdSearch playground for uniqueId
A randomly generated GUID for each block.
Methods
_update OutputsSearch playground for _updateOutputs
Parameters
_context: FlowGraphContext
Returns void
configureSearch playground for configure
Returns void
get Class NameSearch playground for getClassName
Returns string
get Data InputSearch playground for getDataInput
Parameters
name: string
Returns undefined | FlowGraphDataConnection<any>
register Data InputSearch playground for registerDataInput
Type Parameters
T
Parameters
name: string
className: RichType<T>
Returns FlowGraphDataConnection<T>
register Data OutputSearch playground for registerDataOutput
Type Parameters
T
Parameters
name: string
className: RichType<T>
Returns FlowGraphDataConnection<T>
serializeSearch playground for serialize
Parameters
Optional serializationObject: any
Returns void
Static ParseSearch playground for Parse
Parameters
serializationObject: any
Returns FlowGraphBlock
Decomposes a matrix into its translation, rotation and scale components.