Difference between revisions of "NewtonMeshGetVertexWeights"

From Newton Wiki
Jump to: navigation, search
m (1 revision imported)
 
Line 1: Line 1:
 +
{{Deprecated3}}
 +
 
== NewtonMeshGetVertexWeights ==
 
== NewtonMeshGetVertexWeights ==
  

Latest revision as of 05:47, 18 June 2019


NewtonMeshGetVertexWeights

int NewtonMeshGetVertexWeights(const NewtonMesh* const mesh, int vertexIndex, int* const weightIndex, dFloat* const weightFactor)

Usage

Parameters

  • const NewtonMesh* const mesh
  • int vertexIndex
  • int* const weightIndex
  • dFloat* const weightFactor

Return

  • int

Description

See also