This website requires JavaScript.
Explore
Help
Sign In
MoonsideGames
/
bonk-docs
Watch
1
Star
0
Fork
You've already forked bonk-docs
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
be7b5f4dd6
bonk-docs
/
content
/
shapes
/
point.md
178 B
Raw
Blame
History
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
);