Wiki > TV3D65 Index > TVMathLibrary
Normalizes plane coefficients.
| VB.NET | TVPlaneNormalize(retOutPlane As TV_PLANE , pPlane As TV_PLANE) |
|---|---|
| C++ | void TVPlaneNormalize(cTV_PLANE* retOutPlane , cTV_PLANE* pPlane) |
| NAME | OPTIONAL | DESCRIPTION |
|---|---|---|
| pPlane | No | Input plane |
| NAME | OPTIONAL | DESCRIPTION |
|---|---|---|
| retOutPlane | No | Normalized plane |
| Example | Basic example. |
|---|