Struct MinMaxAABB
Namespace: Unity.Mathematics
Syntax
[Serializable]
public struct MinMaxAABB : IEquatable<MinMaxAABB>
Fields
Name | Description |
---|---|
Max | |
Min |
Properties
Name | Description |
---|---|
Empty | |
IsEmpty |
Methods
Name | Description |
---|---|
Encapsulate(float3) | |
Encapsulate(MinMaxAABB) | |
Equals(MinMaxAABB) |
Operators
Name | Description |
---|---|
Implicit(AABB to MinMaxAABB) | |
Implicit(MinMaxAABB to AABB) |