AABB
Class
Read time 1 minuteLast updated 20 hours ago
Inheritance
- object
- AABB
Inherited Members
- Equals(object)
- Equals(object, object)
- GetHashCode()
- GetType()
- MemberwiseClone()
- ReferenceEquals(object, object)
- ToString()
Namespace: UnityEngine.Pixyz.Geom
[Serializable]public class AABB
Constructors
AABB()
public AABB()
AABB(AABB)
Parameterspublic AABB(AABB o)
Type | Name | Description |
|---|---|---|
| AABB | o |
Fields
low
Returnspublic Point3 low
Type | Description |
|---|---|
| Point3 |
high
Returnspublic Point3 high
Type | Description |
|---|---|
| Point3 |