localDirectionToWorld
localDirectionToWorld
Description
Local space to world space direction transformation
Definition
localDirectionToWorld(entityId transformId, float ldx, float ldy, float ldz)
Arguments
| entityId | transformId | transformId |
|---|---|---|
| float | ldx | local direction x |
| float | ldy | local direction y |
| float | ldz | local direction z |
Return Values
| float | wdx | world direction x |
|---|---|---|
| float | wdy | world direction y |
| float | wdz | world direction z |