Difference between revisions of "NewtonMeshAddPoint"

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

Latest revision as of 08:02, 10 June 2019

NewtonMeshAddPoint

void NewtonMeshAddPoint(const NewtonMesh* const mesh, dFloat64 x, dFloat64 y, dFloat64 z)

Usage

Parameters

  • const NewtonMesh* const mesh
  • dFloat64 x
  • dFloat64 y
  • dFloat64 z

Return

  • (Procedure)

Description

See also