GetAllPoints There might be more than one collision point in some cases, if several parts of the objects collide at the same time. Examples Collision collision = ...;
// Get all collision points // const std::vector< Vec2D > &collisionPoints = collision.GetAllPoints(); Other functions of the class Collision
Questions about GetAllPoints? Click here. |