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

Reflect

Declaration

Source position: nxMath.pas line 40

function Reflect(

  const rayStart: TVector2f;

  const rayDir: TVector2f;

  const wallPoint: TVector2f

):TVector2f; overload;

function Reflect(

  const rayDir: TVector2f;

  const wallNormal: TVector2f

):TVector2f; overload;



CT Web help

CodeTyphon Studio