AABB
Class
阅读时间1 分钟最后更新于 3 个月前
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 |