Difference between revisions of "NewtonOnCompoundSubCollisionAABBOverlap"

From Newton Wiki
Jump to: navigation, search
 
m (1 revision imported)
 
(No difference)

Latest revision as of 08:02, 10 June 2019

NewtonOnCompoundSubCollisionAABBOverlap

typedef int  (*NewtonOnCompoundSubCollisionAABBOverlap) (const NewtonMaterial* const material, const NewtonBody* const body0, const void* const collisionNode0, const NewtonBody* const body1, const void* const collisionNode1, int threadIndex)

Usage

Callback function that is called by Newton function(s): NewtonMaterialSetCompoundCollisionCallback

Parameters

  • material NewtonMaterial*
  • body0 NewtonBody*
  • collisionNode0 void*
  • body1 NewtonBody*
  • collisionNode1 void*
  • threadIndex int

Return

  • int

Description

Remarks

  • This is not a library function, but a callback event.

See also

NewtonMaterialSetCompoundCollisionCallback