Wiki > TV3D65 Index > TVMathLibrary
Clips camera projection matrix by a plane.
| VB.NET | TVMatrixClipPlaneProjection(retMatrix As TV_3DMATRIX , mCameraMatrix As TV_3DMATRIX , mOldProjection As TV_3DMATRIX , mReflectionPlane As TV_PLANE) |
|---|---|
| C++ | void TVMatrixClipPlaneProjection(cTV_3DMATRIX* retMatrix , cTV_3DMATRIX* mCameraMatrix , cTV_3DMATRIX* mOldProjection , cTV_PLANE* mReflectionPlane) |
| NAME | OPTIONAL | DESCRIPTION |
|---|---|---|
| mCameraMatrix | No | Camera transformation matrix |
| mOldProjection | No | Projection matrix |
| mReflectionPlane | No | Clip plane |
| NAME | OPTIONAL | DESCRIPTION |
|---|---|---|
| retMatrix | No | New projection matrix |
| Example | Basic example. |
|---|