Method mul
mul(PhysicsTransform, Aabb)
Declaration
public static Aabb mul(PhysicsTransform transform, Aabb aabb)
Parameters
| Type | Name | Description |
|---|---|---|
| PhysicsTransform | transform | |
| Aabb | aabb |
Returns
| Type | Description |
|---|---|
| Aabb |
mul(PhysicsTransform, float2)
Declaration
public static float2 mul(PhysicsTransform transform, float2 value)
Parameters
| Type | Name | Description |
|---|---|---|
| PhysicsTransform | transform | |
| float2 | value |
Returns
| Type | Description |
|---|---|
| float2 |
mul(float2x2, float2)
Declaration
public static float2 mul(float2x2 rotation, float2 value)
Parameters
| Type | Name | Description |
|---|---|---|
| float2x2 | rotation | |
| float2 | value |
Returns
| Type | Description |
|---|---|
| float2 |
mul(PhysicsTransform, PhysicsTransform)
Declaration
public static PhysicsTransform mul(PhysicsTransform transform1, PhysicsTransform transform2)
Parameters
| Type | Name | Description |
|---|---|---|
| PhysicsTransform | transform1 | |
| PhysicsTransform | transform2 |
Returns
| Type | Description |
|---|---|
| PhysicsTransform |