Difference between pages "NewtonMaterialSetContactPruningTolerance" and "NewtonMeshGetFacePointIndices"

From Newton Wiki
(Difference between pages)
Jump to: navigation, search
m (1 revision imported)
 
 
Line 1: Line 1:
== NewtonMaterialSetContactPruningTolerance ==
+
== NewtonMeshGetFacePointIndices ==
  
  void NewtonMaterialSetContactPruningTolerance (const NewtonBody* const body0, const NewtonBody* const body1, dFloat tolerance)
+
  void NewtonMeshGetFacePointIndices (const NewtonMesh* const mesh, const void* const face, int* const indices)
  
 
== Usage ==
 
== Usage ==
Line 9: Line 9:
 
== Parameters ==
 
== Parameters ==
  
* const NewtonBody* const body0
+
* const NewtonMesh* const mesh
* const NewtonBody* const body1
+
* const void* const face
* dFloat tolerance
+
* int* const indices
  
 
== Return ==
 
== Return ==
Line 22: Line 22:
  
  
[[Category:Physics Contact control functions]]
+
[[Category:Mesh joint functions]] [[Category:Newton Functions]] [[Category:Newton 3 Functions]] [[Category:Newton Functions without description]] [[Category:User defined mesh shape functions]]
[[Category:Newton Functions]]
 
[[Category:Newton 3 Functions]]
 
[[Category:Newton Functions without description]]
 

Revision as of 08:02, 10 June 2019

NewtonMeshGetFacePointIndices

void NewtonMeshGetFacePointIndices (const NewtonMesh* const mesh, const void* const face, int* const indices)

Usage

Parameters

  • const NewtonMesh* const mesh
  • const void* const face
  • int* const indices

Return

  • (Procedure)

Description

See also