Instance Method
intersects(_:)intersects:intersects_
Whether the closed-path representation crosses that of another component.
Declaration
func intersects(_ otherComponent: GSComponent) -> BoolDeclaration
- (BOOL) intersects:(GSComponent *) otherComponent;Declaration
intersects_(otherComponent: GSComponent) -> boolDiscussion
Open paths and containment without an outline crossing are not considered intersections.
See Also
Geometry
The bounds of the transformed component representation.
Whether the closed-path representation crosses that of another component without first comparing their bounds.
Intersections between the transformed component representation and a line segment.