GetBoundBoxAABB
Overloads
| Name | Description |
|---|---|
| GetBoundBoxAABB(List<int> index) | Get AABB BoundBox (Axis-Aligned Bounding Box) |
| GetBoundBoxAABB(List<Node> node) | Get AABB BoundBox (Axis-Aligned Bounding Box) |
GetBoundBoxAABB(List<int> index)
public BoundBox3D GetBoundBoxAABB(List<int> index)
Get AABB BoundBox (Axis-Aligned Bounding Box)
Parameters
| Name | Type | Description |
|---|---|---|
| index | List<int> | 노드 인덱스 |
Returns
| Type | Description |
|---|---|
| BoundBox3D | AABB BoundBox |
GetBoundBoxAABB(List<Node> node)
public BoundBox3D GetBoundBoxAABB(List<Node> node)
Get AABB BoundBox (Axis-Aligned Bounding Box)
Parameters
| Name | Type | Description |
|---|---|---|
| node | List<Node> | 노드 |
Returns
| Type | Description |
|---|---|
| BoundBox3D | AABB BoundBox |