bonk-docs/content/shapes/point.md

178 B

title date weight
Point 2019-12-01T22:41:00-08:00 6

To define a Point, pass either a Position2D struct or two integers.

var point = new Point(1, 2);