|
<html>
|
|
|
|
<head>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.2/p5.js"></script>
|
|
<script src="convexhull.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<table>
|
|
<tr>
|
|
<th><h1>Convex Hull</h4></th>
|
|
<th><h4>Left mouse: Add points</h6></th>
|
|
</tr>
|
|
</table>
|
|
|
|
</body>
|
|
|
|
</html>
|