Internal |
The InternalClipper type exposes the following members.
| Name | Description | |
|---|---|---|
| CrossProduct | Calculates the cross product of three points. | |
| CrossProductSign | Determines the sign of the cross product of two vectors. | |
| GetBounds | Gets the bounding rectangle of a path. | |
| GetClosestPtOnSegment | Gets the closest point on a segment to a given point. | |
| GetLineIntersectPt(Point64, Point64, Point64, Point64, Point64) | Calculates the intersection point of two lines defined by pairs of points. | |
| GetLineIntersectPt(PointD, PointD, PointD, PointD, PointD) | Calculates the intersection point of two lines defined by pairs of points. | |
| MultiplyUInt64 | Multiplies two 64-bit unsigned integers and returns the 128-bit result as two 64-bit parts. | |
| Path2ContainsPath1 | Determines if one path is completely contained within another. | |
| PointInPolygon | Determines the position of a point relative to a polygon. |