Difference between revisions of "NewtonMeshClip"

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

Latest revision as of 08:02, 10 June 2019

NewtonMeshClip

void NewtonMeshClip (const NewtonMesh* const mesh, const NewtonMesh* const clipper, const dFloat* const clipperMatrix, NewtonMesh** const topMesh, NewtonMesh** const bottomMesh)

Usage

Parameters

  • const NewtonMesh* const mesh
  • const NewtonMesh* const clipper
  • const dFloat* const clipperMatrix
  • NewtonMesh** const topMesh
  • NewtonMesh** const bottomMesh

Return

  • (Procedure)

Description

See also