back
Error:
function Update()
{
 DrawXYAxis();
}
// Line(x1, y1, x2, y2, color?, width?, string?);
// Arrow(x1, y1, x2, y2, color?, width?);
// DrawText(string, x?, y?, size?, font?);
// Direction(angle(radian), x, y, color?, width?);
// Plane(normal, x, y, color?, length?, width?);
// CreateDraggablePoint();
// DrawDraggablePoint(point, color?, drawInfo?);
// UpdateDraggablePoint(point);
// CreateDraggableCircle();
// DrawDraggableCircle(circle, color?, fillColor?, drawInfo?);
// UpdateDraggableCircle(circle);
//
// Reference https://github.com/hayattgd/experiment/blob/main/geometrylib.js