Home
last modified time | relevance | path

Searched refs:next_2y (Results 1 – 1 of 1) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/gel/vmal/
H A Dvmal_track_lines.cxx503 double next_2y=line1->v2()->cast_to_vertex_2d()->y(); in sort_a_pair_of_line() local
504 vnl_double_2 next(next_2x-next_1x,next_2y-next_1y); in sort_a_pair_of_line()
509 new_line1=new vtol_edge_2d(next_2x,next_2y,next_1x,next_1y); in sort_a_pair_of_line()
514 new_line1=new vtol_edge_2d(next_1x,next_1y,next_2x,next_2y); in sort_a_pair_of_line()