Protocols
The following protocols are available globally.
-
Interface for shapes which can be checked for collisions.
See moreDeclaration
Swift
public protocol CollisionDetectable
-
Adds semantic guarantee of convexity
See moreDeclaration
Swift
public protocol ConvexPolygonProtocol : PolygonProtocol
-
Geometrical shape.
Declaration
Swift
public protocol Shape : CollisionDetectable