Class CCDSolver

The CCD solver responsible for resolving Continuous Collision Detection.

To avoid leaking WASM resources, this MUST be freed manually with ccdSolver.free() once you are done using it.

Hierarchy

  • CCDSolver

Constructors

Properties

Methods

Constructors

  • Parameters

    • Optional raw: RawCCDSolver

    Returns CCDSolver

Properties

raw: RawCCDSolver

Methods

  • Release the WASM memory occupied by this narrow-phase.

    Returns void

Generated using TypeDoc