Click or drag to resize

RectClip64GetIntersection Method

Gets the intersection between a segment and the clipping rectangle edge nearest to the segment start.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected static bool GetIntersection(
	Path64 rectPath,
	Point64 p,
	Point64 p2,
	ref RectClip64Location loc,
	out Point64 ip
)

Parameters

rectPath  Path64
The clipping rectangle path.
p  Point64
The segment start point.
p2  Point64
The segment end point.
loc  RectClip64Location
The current location classification of p.
ip  Point64
Receives the intersection point when one is found.

Return Value

Boolean
if an intersection point was found; otherwise, .
See Also