Instance Method
intersectsDontCheckBounds(_:)intersectsDontCheckBounds:intersectsDontCheckBounds_
Whether the closed-path representation crosses that of another component without first comparing their bounds.
Declaration
func intersectsDontCheckBounds(_ otherComponent: GSComponent) -> BoolDeclaration
- (BOOL) intersectsDontCheckBounds:(GSComponent *) otherComponent;Declaration
intersectsDontCheckBounds_(otherComponent: GSComponent) -> boolDiscussion
Use this method when the caller has already established that the component bounds intersect.
See Also
Geometry
The bounds of the transformed component representation.
Whether the closed-path representation crosses that of another component.
Intersections between the transformed component representation and a line segment.