bonk-docs/content/shapes/circle.md

11 lines
141 B
Markdown
Raw Normal View History

2019-09-15 02:55:02 +00:00
---
title: "Circle"
date: 2019-09-14T19:46:44-07:00
weight: 20
---
2019-09-15 04:24:36 +00:00
To define a circle, give a radius.
2019-09-15 02:55:02 +00:00
```cs
2019-09-15 04:24:36 +00:00
var circle = new Circle(3);
2019-09-15 02:55:02 +00:00
```