Wiki > TV3D65 Index > TVMathLibrary
Creates a plane from point and normal vector.
| VB.NET | TVPlaneFromPointNormal(retOutPlane As TV_PLANE , vPoint As TV_3DVECTOR , vNormal As TV_3DVECTOR) |
|---|---|
| C++ | void TVPlaneFromPointNormal(cTV_PLANE* retOutPlane , cTV_3DVECTOR* vPoint , cTV_3DVECTOR* vNormal) |
| NAME | OPTIONAL | DESCRIPTION |
|---|---|---|
| vPoint | No | Point lying on the plane |
| vNormal | No | Plane normal |
| NAME | OPTIONAL | DESCRIPTION |
|---|---|---|
| retOutPlane | No | Plane |
| Example | Basic example. |
|---|