Wiki > TV3D65 Index > TVMathLibrary
Calculates tranformation matrix of transformation reflected on plane.
| VB.NET | TVMatrixReflect(retOutMatrix As TV_3DMATRIX , pPlane As TV_PLANE) |
|---|---|
| C++ | void TVMatrixReflect(cTV_3DMATRIX* retOutMatrix , cTV_PLANE* pPlane) |
| NAME | OPTIONAL | DESCRIPTION |
|---|---|---|
| pPlane | No | Reflection plane |
| NAME | OPTIONAL | DESCRIPTION |
|---|---|---|
| retOutMatrix | No | New matrix |
| Example | Basic example. |
|---|