Method Transform
Transform(RigidTransform, MinMaxAABB)
Transforms the AABB with the given transform.
Declaration
public static MinMaxAABB Transform(RigidTransform transform, MinMaxAABB aabb)
Parameters
Type | Name | Description |
---|---|---|
Rigid |
transform | Transform to apply to AABB. |
Min |
aabb | AABB to be transformed. |
Returns
Type | Description |
---|---|
Min |
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.
Declaration
public static MinMaxAABB Transform(float4x4 transform, MinMaxAABB aabb)
Parameters
Type | Name | Description |
---|---|---|
float4x4 | transform | Transform to apply to AABB. |
Min |
aabb | AABB to be transformed. |
Returns
Type | Description |
---|---|
Min |
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.
Declaration
public static MinMaxAABB Transform(float3x3 transform, MinMaxAABB aabb)
Parameters
Type | Name | Description |
---|---|---|
float3x3 | transform | Transform to apply to AABB. |
Min |
aabb | AABB to be transformed. |
Returns
Type | Description |
---|---|
Min |
Transformed AABB. |
Remarks
The resulting AABB encapsulates the transformed AABB which may not be axis aligned after the transformation.