HitTestPointDataIsHit(LineD3D, Double, Double) Method |
Determines whether the specified line is hit by the ray represented by this instance.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool IsHit(
LineD3D line,
double thickness1,
double thickness2
)
Parameters
- line LineD3D
- The line.
- thickness1 Double
- The thickness of the pen in east direction.
- thickness2 Double
- The thickness of the pen in north direction.
Return Value
Boolean if the line is hit; otherwise,
.
See Also