Computes the streamlines of a given regular vector field.
cell = cgal_stream_2(u,v,sd,[step])
Creates a placement of streamlines according to a specified density and gives access to those streamlines via a cell array.
p=cglab_getrootpath(); load(p+"/demos/field","u","v"); c = cgal_stream_2(u,v,1.5); | ![]() | ![]() |
for more details see CGAL Manual.
This function uses the Streamlines package of CGAL, which is under QPL license. See License Terms