Constructors

Properties

Accessors

Constructors

  • Parameters

    • point: Vec3
    • dist: number
    • normal: Vec3
    • impulse: number
    • friction: number
    • tangentVelocity: Vec3

    Returns ContactPoint

Properties

distance: number

the distance of the collision point

impulse: number

the impulse velocity

Accessors

  • get normal(): any
  • worldspace normal

    Returns any

  • get point(): any
  • worldspace point

    Returns any

  • get tangentVelocity(): any
  • worldspace tangent

    Returns any

Generated using TypeDoc