Expand(float)
Expands the AABB by the given signed distance.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: Unity.Mathematics.Geometry
- Assembly: UnityEngine.MathematicsModule
public void Expand(float signedDistance)
Parameters
Signed distance to expand the AABB with.
Remarks
Positive distance expands the AABB while negative distance shrinks the AABB.