API Docs for: GoblinPhysics
Show:

ContactManifold Class

Structure which holds information about the contact points between two objects

Constructor

ContactManifold

()

Methods

findWeakestContact

(
  • new_contact
)

Determines which cached contact should be replaced with the new contact

Parameters:

update

()

Updates all of this manifold's ContactDetails with the correct contact location & penetration depth

Properties

next_manifold

ContactManifold

reference to the next ContactManifold in the list

object_a

RigidBody

first body in the contact

object_b

RigidBody

second body in the contact

points

Array

array of the active contact points for this manifold