ManifoldPoint constructor

ManifoldPoint()

Blank manifold point with everything zeroed out.

Implementation

ManifoldPoint()
    : localPoint = Vector2.zero(),
      id = ContactID();