Narrowphase constructor

Narrowphase(
  1. World world
)

Implementation

Narrowphase(this.world) {
  currentContactMaterial = world.defaultContactMaterial;
}