Wiki > TV3D65 Index > TVMathLibrary
Transform plane by matrix.
| VB.NET | TVPlaneTransform(retOutPlane As TV_PLANE , pPlane As TV_PLANE , mMat As TV_3DMATRIX) |
|---|---|
| C++ | void TVPlaneTransform(cTV_PLANE* retOutPlane , cTV_PLANE* pPlane , cTV_3DMATRIX* mMat) |
| NAME | OPTIONAL | DESCRIPTION |
|---|---|---|
| pPlane | No | Input plane |
| mMat | No | Transformation matrix |
| NAME | OPTIONAL | DESCRIPTION |
|---|---|---|
| retOutPlane | No | Transformed plane |
| Example | Basic example. |
|---|