LineShapeLineShapeHitTestObject Constructor |
Namespace: Altaxo.Graph.Graph3D.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic LineShapeHitTestObject(
LineShape parent,
Matrix4x3 localToWorldTransformation
)
Parameters
- parent LineShape
- The parent line shape.
- localToWorldTransformation Matrix4x3
- The transformation from local coordinates to world coordinates.
See Also