Class AABR
Inherited Members
Namespace: UnityEngine.Pixyz.Geom
Syntax
[Serializable]
public class AABR
Constructors
AABR()
Declaration
public AABR()
AABR(AABR)
Declaration
public AABR(AABR o)
Parameters
Type | Name | Description |
---|---|---|
AABR | o |
Fields
high
Declaration
public Point2 high
Field Value
Type | Description |
---|---|
Point2 |
low
Declaration
public Point2 low
Field Value
Type | Description |
---|---|
Point2 |