Click or drag to resize

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.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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

Boolean
True if the rectangle is hit by a ray given by x=0, y=0, z>0.
See Also