Difference between revisions of "NewtonTreeCollisionForEachFace"

From Newton Wiki
Jump to: navigation, search
(No difference)

Revision as of 08:02, 10 June 2019

NewtonTreeCollisionForEachFace

void NewtonTreeCollisionForEachFace (const NewtonCollision* const treeCollision, NewtonTreeCollisionFaceCallback forEachFaceCallback, void* const context)

Usage

Parameters

  • const NewtonCollision* const treeCollision
  • NewtonTreeCollisionFaceCallback forEachFaceCallback
  • void* const context

Return

  • (Procedure)

Description

See also