AABB
Class
Read time 1 minuteLast updated 8 months ago
Inheritance
- object
- AABB
Inherited Members
Namespace: UnityEngine.Pixyz.Geom
[Serializable]public class AABB
Constructors
AABB()
public AABB()
AABB(AABB)
public AABB(AABB o)
Parameters
Type | Name | Description |
|---|---|---|
| AABB | o |
Fields
low
public Point3 low
Returns
Type | Description |
|---|---|
| Point3 |
high
public Point3 high
Returns
Type | Description |
|---|---|
| Point3 |