Wiki > TV3D65 Index > TVMathLibrary
Calculates plane-line intersection.
| VB.NET | TVPlaneIntersectLine(retOutIntersection As TV_3DVECTOR , pPlane As TV_PLANE , vV1 As TV_3DVECTOR , vV2 As TV_3DVECTOR) |
|---|---|
| C++ | void TVPlaneIntersectLine(cTV_3DVECTOR* retOutIntersection , cTV_PLANE* pPlane , cTV_3DVECTOR* vV1 , cTV_3DVECTOR* vV2) |
| NAME | OPTIONAL | DESCRIPTION |
|---|---|---|
| pPlane | No | Plane |
| vV1 | No | Line start |
| vV2 | No | Line end |
| NAME | OPTIONAL | DESCRIPTION |
|---|---|---|
| retOutIntersection | No | Intersection point |
| Example | Basic example. |
|---|