PlaneIntersectablePlane2Type
public protocol PlaneIntersectablePlane2Type : LineIntersectablePlaneType where Self.Vector : Vector2Type
A 1D plane in 2D space that can be intersected with other intersectable planes, producing intersection lines.
A plane-intersectable plane is implicitly a line-intersectable plane as well.
-
intersection(with:
Default implementation) Default Implementation
Declaration
Swift
public func intersection<Plane>(with other: Plane) -> Vector? where Plane : PlaneType, Self.Vector == Plane.Vector