Rasagar/Library/PackageCache/com.unity.visualeffectgraph/Documentation~/Operator-Area(Circle).md

16 lines
653 B
Markdown
Raw Normal View History

2024-08-26 13:07:20 -07:00
# Area (Circle)
Menu Path : **Operator > Math > Geometry > Area (Circle)**
The **Area (Circle)** Operator calculates the area of a circle. This is equal to **π r<sup>2</sup>**.
## Operator properties
| **Input** | **Type** | **Description** |
| ---------- | -------- | ------------------------------------------------ |
| **Circle** | Circle | The circle this Operator calculates the area of. |
| **Output** | **Type** | **Description** |
| ---------- | -------- | ------------------------------------------- |
| **Area** | float | The area of the circle based on its radius. |