TDLinearTransformationClass Constructor |
Initializes a new instance of the
TDLinearTransformationClass class.
The constructor reads transformation parameters from the provided node.
Namespace: Altaxo.Serialization.WITecAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic TDLinearTransformationClass(
WITecTreeNode node,
WITecReader reader
)
Parameters
- node WITecTreeNode
- The node representing the transformation.
- reader WITecReader
- The reader used to resolve referenced nodes if necessary.
See Also