Struct AABB
Namespace: Unity.Mathematics
Syntax
[Serializable]
public struct AABB
Fields
Name | Description |
---|---|
Center | |
Extents |
Properties
Name | Description |
---|---|
Max | |
Min | |
Size |
Methods
Name | Description |
---|---|
Contains(AABB) | |
Contains(float3) | |
DistanceSq(float3) | |
ToString() | Returns a string representation of the AABB. |
Transform(float4x4, AABB) |