Click or drag to resize

LineShapeGetNewHitTestObject Method

[Missing <summary> documentation for "M:Altaxo.Graph.Graph3D.Shapes.LineShape.GetNewHitTestObject(Altaxo.Geometry.Matrix4x3)"]


Namespace: Altaxo.Graph.Graph3D.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected override IHitTestObject GetNewHitTestObject(
	Matrix4x3 localToWorldTransformation
)

Parameters

localToWorldTransformation  Matrix4x3

[Missing <param name="localToWorldTransformation"/> documentation for "M:Altaxo.Graph.Graph3D.Shapes.LineShape.GetNewHitTestObject(Altaxo.Geometry.Matrix4x3)"]

Return Value

IHitTestObject

[Missing <returns> documentation for "M:Altaxo.Graph.Graph3D.Shapes.LineShape.GetNewHitTestObject(Altaxo.Geometry.Matrix4x3)"]

See Also