ConvexPolyhedronContactPoint constructor

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

Implementation

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