Difference between pages "NewtonTreeCollisionForEachFace" and "NewtonMaterialSetContactPruningTolerance"

From Newton Wiki
(Difference between pages)
Jump to: navigation, search
 
m (1 revision imported)
 
Line 1: Line 1:
== NewtonTreeCollisionForEachFace ==
+
== NewtonMaterialSetContactPruningTolerance ==
  
  void NewtonTreeCollisionForEachFace (const NewtonCollision* const treeCollision, NewtonTreeCollisionFaceCallback forEachFaceCallback, void* const context)
+
  void NewtonMaterialSetContactPruningTolerance (const NewtonBody* const body0, const NewtonBody* const body1, dFloat tolerance)
  
 
== Usage ==
 
== Usage ==
Line 9: Line 9:
 
== Parameters ==
 
== Parameters ==
  
* const NewtonCollision* const treeCollision
+
* const NewtonBody* const body0
* NewtonTreeCollisionFaceCallback forEachFaceCallback
+
* const NewtonBody* const body1
* void* const context
+
* dFloat tolerance
  
 
== Return ==
 
== Return ==
Line 22: Line 22:
  
  
[[Category:Static collision shapes functions]] [[Category:Newton Functions]] [[Category:Newton 3 Functions]] [[Category:Newton Functions without description]] [[Category:Collision shape functions]] [[Category:Collision mesh shape functions]]
+
[[Category:Physics Contact control functions]]
 +
[[Category:Newton Functions]]
 +
[[Category:Newton 3 Functions]]
 +
[[Category:Newton Functions without description]]

Revision as of 08:02, 10 June 2019

NewtonMaterialSetContactPruningTolerance

void NewtonMaterialSetContactPruningTolerance (const NewtonBody* const body0, const NewtonBody* const body1, dFloat tolerance)

Usage

Parameters

  • const NewtonBody* const body0
  • const NewtonBody* const body1
  • dFloat tolerance

Return

  • (Procedure)

Description

See also