CollisionDetectable
public protocol CollisionDetectable
Interface for shapes which can be checked for collisions.
-
ConvexPolygonContainer
usable for checking collisions between all types of polygons.Declaration
Swift
var collisionDetectable: ConvexPolygonContainer { get }