call_smooth2d Interface

interface


Called by

interface~~call_smooth2d~~CalledByGraph interface~call_smooth2d call_smooth2d proc~smooth_surf_vtx smooth_surf_vtx proc~smooth_surf_vtx->interface~call_smooth2d interface~smooth_surf_vtx smooth_surf_vtx interface~smooth_surf_vtx->proc~smooth_surf_vtx

public function call_smooth2d(num_incident_vtx, num_incident_tri, free_pos, tri_pos, tri_verts, tangled) bind(c)

Arguments

Type IntentOptional AttributesName
type(c_ptr), value:: num_incident_vtx
type(c_ptr), value:: num_incident_tri
real(kind=c_double) :: free_pos(2)
real(kind=c_double) :: tri_pos(2,*)
integer(kind=c_int) :: tri_verts(2,*)
type(c_ptr), value:: tangled

Return Value integer(kind=c_int)