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