Class AABBExtensions
Extensions to Unity.Mathematics to deal with converting Bounds to and from AABB
Namespace: Unity.Mathematics
Assembly: solution.dll
Syntax
public static class AABBExtensions
Methods
| Name | Description |
|---|---|
| ToAABB(Bounds) | Convert a Bounds struct to an AABB struct |
| ToBounds(AABB) | Convert an AABB struct to a Bounds struct |