Unit 'nxMath3D' Package
[Overview][Procedures and functions][Variables][Index] [#pl_nxpascal]

RayPlaneIntersect

Declaration

Source position: nxMath3D.pas line 36

function RayPlaneIntersect(

  const rayOrigin: TVector;

  const rayDirection: TVector;

  const planeOrigin: TVector;

  const planeNormal: TVector;

  intersection: PVector

):single;



CT Web help

CodeTyphon Studio