Unit 'orca_scene3d' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_orca3d]

RayCastTriangleIntersect

Declaration

Source position: orca_scene3d.pas line 2926

function RayCastTriangleIntersect(

  const rayStart: TD3Vector;

  const rayVector: TD3Vector;

  const p1: TD3Vector;

  const p2: TD3Vector;

  const p3: TD3Vector;

  intersectPoint: PD3Vector = Nil;

  intersectNormal: PD3Vector = Nil

):Boolean;



CT Web help

CodeTyphon Studio