Rasagar/Library/PackageCache/com.unity.visualeffectgraph/Documentation~/Operator-Volume(OrientedBox).md

16 lines
742 B
Markdown
Raw Normal View History

2024-08-26 13:07:20 -07:00
# Volume (Oriented Box)
Menu Path : **Operator > Math > Geometry > Volume (Oriented Box)**
The **Volume (Oriented Box)** Operator calculates the volume of an oriented box. This is equal to **x y z** where **x** is the width, **y** is the height, and **z** is the length of the box.
## Operator properties
| **Input** | **Type** | **Description** |
| --------- | -------- | -------------------------------------------------------- |
| **Box** | Box | The oriented box this Operator calculates the volume of. |
| **Output** | **Type** | **Description** |
| ---------- | -------- | ------------------------------- |
| **volume** | Float | The volume of the oriented box. |