Wiki > TV3D65 Index > TVMathLibrary
Creates transformation matrix for Euler rotation around Y axis.
| VB.NET | TVMatrixRotationY(retOutMatrix As TV_3DMATRIX , fAngleDegOrRad As Single) |
|---|---|
| C++ | void TVMatrixRotationY(cTV_3DMATRIX* retOutMatrix , float fAngleDegOrRad ) |
| NAME | OPTIONAL | DESCRIPTION |
|---|---|---|
| fAngleDegOrRad | No | Angle in radians or degrees |
| NAME | OPTIONAL | DESCRIPTION |
|---|---|---|
| retOutMatrix | No | Transformation matrix |
| Example | Basic example. |
|---|