NewtonMeshGetEdgeIndices

From Newton Wiki
Jump to: navigation, search

NewtonMeshGetEdgeIndices

void NewtonMeshGetEdgeIndices (const NewtonMesh* const mesh, const void* const edge, int* const v0, int* const v1)

Usage

Parameters

  • const NewtonMesh* const mesh
  • const void* const edge
  • int* const v0
  • int* const v1

Return

  • (Procedure)

Description

See also