| Parameter | Description |
|---|---|
| a | The AffineTransform on the left. |
| b | The AffineTransform on the right. |
AffineTransform The AffineTransform of a transforming b.
Returns the result of transforming the AffineTransform b by the AffineTransform a.
| Parameter | Description |
|---|---|
| a | The float3x3 matrix on the left. |
| b | The AffineTransform on the right. |
AffineTransform The AffineTransform of a transforming b.
Returns the result of transforming the AffineTransform b by a float3x3 matrix a.
| Parameter | Description |
|---|---|
| a | The AffineTransform on the left. |
| b | The float3x3 matrix on the right. |
AffineTransform The AffineTransform of a transforming b.
Returns the result of transforming the float3x3 b by an AffineTransform a.
| Parameter | Description |
|---|---|
| a | The AffineTransform. |
| pos | The position to be transformed. |
float4 The transformed position.
Returns the result of transforming a float4 homogeneous coordinate by an AffineTransform.
| Parameter | Description |
|---|---|
| a | The quaternion on the left. |
| b | The quaternion on the right. |
quaternion The result of transforming quaternion b by the quaternion a.
Returns the result of transforming the quaternion b by the quaternion a.
| Parameter | Description |
|---|---|
| q | The quaternion transformation. |
| v | The vector to transform. |
float3 The transformation of vector v by quaternion q.
Returns the result of transforming a vector by a quaternion.
| Parameter | Description |
|---|---|
| a | The RigidTransform on the left. |
| b | The RigidTransform on the right. |
RigidTransform The RigidTransform of a transforming b.
Returns the result of transforming the RigidTransform b by the RigidTransform a.
| Parameter | Description |
|---|---|
| a | The RigidTransform. |
| pos | The position to be transformed. |
float4 The transformed position.
Returns the result of transforming a float4 homogeneous coordinate by a RigidTransform.