Outline.Intersects
Description:
Determine if this Outline intersects the input Outline to within a specified tolerance.
Determine if this Outline intersects the input Outline to within a specified tolerance.
Remarks:
If the tolerance is positive, the outlines may be separated by the tolerance distance in each coordinate. If the tolerance is negative, the outlines must overlap by at least the tolerance distance in each coordinate.
If the tolerance is positive, the outlines may be separated by the tolerance distance in each coordinate. If the tolerance is negative, the outlines must overlap by at least the tolerance distance in each coordinate.
-
outlineThe outline to test for intersection with this one.
-
toleranceThe tolerance to use when determining intersection. Defaults to zero.
Return Value
bool
True if the given outline intersects this outline.
-
A non-optional argument was NULL
-
A value passed for an enumeration argument is not a member of that enumeration