| Parameter | Description |
|---|---|
| a | The AffineTransform. |
| pos | The position to transform. |
float3 The transformed position.
Returns the result of transforming a float3 point by an AffineTransform.
| Parameter | Description |
|---|---|
| a | Left hand side matrix argument that specifies the transformation. |
| b | Right hand side point argument to be transformed. |
double3 The transformed point.
Return the result of transforming a double3 point by a double4x4 matrix
| Parameter | Description |
|---|---|
| a | Left hand side matrix argument that specifies the transformation. |
| b | Right hand side point argument to be transformed. |
float3 The transformed point.
Return the result of transforming a float3 point by a float4x4 matrix
| Parameter | Description |
|---|---|
| a | The RigidTransform. |
| pos | The position to transform. |
float3 The transformed position.
Returns the result of transforming a float3 point by a RigidTransform.