Wiki > TV3D65 Index > TVMathLibrary
Creates transformation matrix for rotation around specified axis.
| VB.NET | TVMatrixRotationAxis(retOutMatrix As TV_3DMATRIX , vAxis As TV_3DVECTOR , fAngle As Single) |
|---|---|
| C++ | void TVMatrixRotationAxis(cTV_3DMATRIX* retOutMatrix , cTV_3DVECTOR* vAxis , float fAngle ) |
| NAME | OPTIONAL | DESCRIPTION |
|---|---|---|
| vAxis | No | Axis direction |
| fAngle | No | Angle around axis |
| NAME | OPTIONAL | DESCRIPTION |
|---|---|---|
| retOutMatrix | No | Transformation matrix |
| Example | Basic example. |
|---|