Transform
Transforms the AABB with the given transform.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: Unity.Mathematics.Geometry
- Assembly: UnityEngine.MathematicsModule
Transform(RigidTransform, MinMaxAABB)
Transforms the AABB with the given transform.
public static MinMaxAABB Transform(RigidTransform transform, MinMaxAABB aabb)
Parameters
Returns
Type | Description |
|---|---|
| MinMaxAABB | Transformed AABB. |
Remarks
The resulting AABB encapsulates the transformed AABB which may not be axis aligned after the transformation.
Transform(float4x4, MinMaxAABB)
Transforms the AABB with the given transform.
public static MinMaxAABB Transform(float4x4 transform, MinMaxAABB aabb)
Parameters
Returns
Type | Description |
|---|---|
| MinMaxAABB | Transformed AABB. |
Remarks
The resulting AABB encapsulates the transformed AABB which may not be axis aligned after the transformation.
Transform(float3x3, MinMaxAABB)
Transforms the AABB with the given transform.
public static MinMaxAABB Transform(float3x3 transform, MinMaxAABB aabb)
Parameters
Returns
Type | Description |
|---|---|
| MinMaxAABB | Transformed AABB. |
Remarks
The resulting AABB encapsulates the transformed AABB which may not be axis aligned after the transformation.