Struct AABB
Namespace: Unity.Reflect.Geometry
Syntax
public struct AABB
Constructors
AABB(Vector3, Vector3)
Declaration
public AABB(Vector3 min, Vector3 max)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | min | |
Vector3 | max |
Fields
Max
Declaration
public Vector3 Max
Field Value
Type | Description |
---|---|
Vector3 |
Min
Declaration
public Vector3 Min
Field Value
Type | Description |
---|---|
Vector3 |