Warning, file /education/kstars/kstars/libtess/src/index.html was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 <html>
0002 <head>
0003 <script src="_tessellate.js"></script> <!-- Emscripten-compiled file -->
0004 <script src="tessellate.js"></script>
0005 <script>
0006 console.log(tessellate([[0,0,1,5,2,0,-1,3,3,3]]));
0007 
0008 console.log(tessellate([[0,0,3,0,3,3,0,3],[1,1,1,2,2,2,2,1]]));
0009 
0010 console.log(tessellate([[0,0,3,0,3,3,0,3],[1,1,2,1,2,2,1,2]]));
0011 
0012 console.log(tessellate([[-2,3,-2,0,2,0,2,3],
0013                         [-1,2,-1,1,1,1,1,2]]));
0014 </script>
0015 </head>
0016 <body>
0017 </body>