AABB
Class
読み終わるまでの所要時間 1 分最終更新 8ヶ月前
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 |