Code covered by the BSD License  

Highlights from
Triangular Mesh Refinement

image thumbnail
from Triangular Mesh Refinement by Dirk-Jan Kroon
This function will refine a triangular mesh with 4-split spline interpolation

[ET_table,EV_table,ETV_index]=edge_tangents(V,Ne)
function [ET_table,EV_table,ETV_index]=edge_tangents(V,Ne)
[ET_table,EV_table,ETV_index]=edge_tangents_double(double(V),Ne);



Contact us at files@mathworks.com