Difference between revisions of "NewtonMeshGetEdgeIndices"

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

Latest revision as of 08:02, 10 June 2019

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