Difference between revisions of "NewtonMeshGetVertexWeights"

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

Revision as of 08:02, 10 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