Home
last modified time | relevance | path

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

/dports/x11/mxico/mxico/
H A Dtranslate.pl33 for($k=0;$k<$num;$k++){$vertex_coordinates[$j][$k]=@_[$k];}
49 printf(ZALGALLER " {%11.8lf, %11.8lf, %11.8lf},\n",$vertex_coordinates[$i][1]
50 ,$vertex_coordinates[$i][2]
51 ,$vertex_coordinates[$i][3]);
54 printf(ZALGALLER " {%11.8lf, %11.8lf, %11.8lf}\n",$vertex_coordinates[$i][1]
55 ,$vertex_coordinates[$i][2]
56 ,$vertex_coordinates[$i][3]);
93 print "$vertex_coordinates[$i][$j] ";
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/tools/
H A Dmeasure.cpp48 const double* vertex_coordinates ) in measure() argument
50 const CartVect* coords = reinterpret_cast<const CartVect*>(vertex_coordinates); in measure()
/dports/science/cdo/cdo-2.0.0/src/lib/yac/
H A Dgrid.h99 coordinate_pointer vertex_coordinates; member