Declaration

func intersectsDontCheckBounds(_ otherComponent: GSComponent) -> Bool

Declaration

- (BOOL) intersectsDontCheckBounds:(GSComponent *) otherComponent;

Declaration

intersectsDontCheckBounds_(otherComponent: GSComponent) -> bool

Discussion

Use this method when the caller has already established that the component bounds intersect.

See Also

Geometry