CreateFromCenterAndExtents(float3, float3)
Creates the AABB from a center and extents.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.Mathematics.Geometry
- Assembly: UnityEngine.MathematicsModule
public static MinMaxAABB CreateFromCenterAndExtents(float3 center, float3 extents)
Parameters
Returns
Type | Description |
|---|---|
| MinMaxAABB | AABB created from inputs. |
Remarks
This function takes full extents. It is the distance between MinMaxAABB.Min and MinMaxAABB.Max. If you have half extents, you can call MinMaxAABB.CreateFromCenterAndHalfExtents.