Click or drag to resize

HitTestPointDataIsHit(LineD3D, Double, Double) Method

[Missing <summary> documentation for "M:Altaxo.Graph.Graph3D.HitTestPointData.IsHit(Altaxo.Geometry.LineD3D,System.Double,System.Double)"]


Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool IsHit(
	LineD3D line,
	double thickness1,
	double thickness2
)

Parameters

line  LineD3D

[Missing <param name="line"/> documentation for "M:Altaxo.Graph.Graph3D.HitTestPointData.IsHit(Altaxo.Geometry.LineD3D,System.Double,System.Double)"]

thickness1  Double

[Missing <param name="thickness1"/> documentation for "M:Altaxo.Graph.Graph3D.HitTestPointData.IsHit(Altaxo.Geometry.LineD3D,System.Double,System.Double)"]

thickness2  Double

[Missing <param name="thickness2"/> documentation for "M:Altaxo.Graph.Graph3D.HitTestPointData.IsHit(Altaxo.Geometry.LineD3D,System.Double,System.Double)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Graph.Graph3D.HitTestPointData.IsHit(Altaxo.Geometry.LineD3D,System.Double,System.Double)"]

See Also