|
||
void prim_triangles_free_cache ( )
|
|
|
Synopsis |
#include "silver.h"
The prim_triangles_free_cache function frees all memory associated with the triangulation cache created by a call to prim_triangles_build_cache.
|
|
Parameters |
none
|
|
Return Value |
none
|
|
See Also |
prim_triangles_build_cache, prim_triangles_collect, prim_triangles_release
|
|
Example |
See prim_triangles_build_cache for an example |
|