HitTestPointDataIsHit(RectangleD3D, Double) Method |
Determines whether the specified 3D-rectangle r is hit by a ray given by x=0, y=0, z>0.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool IsHit(
RectangleD3D r,
out double z
)
Parameters
- r RectangleD3D
- The rectangle r.
- z Double
- If there was a hit, this is the z coordinate of the hit.
Return Value
BooleanTrue if the rectangle is hit by a ray given by x=0, y=0, z>0.
See Also