ConvexPolyhedronContactPoint constructor

const ConvexPolyhedronContactPoint(
  1. Vector3 point,
  2. Vector3 normal,
  3. double depth
)

Implementation

const ConvexPolyhedronContactPoint(this.point,this.normal,this.depth);