Rasagar/Library/PackageCache/com.unity.visualeffectgraph/Documentation~/Operator-Area(Circle).md
2024-08-26 23:07:20 +03:00

16 lines
653 B
Markdown

# 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. |