Home
last modified time | relevance | path

Searched refs:aRayPck (Results 1 – 4 of 4) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/3d-viewer/3d_rendering/raytracing/
H A Draypacket.cpp143 void RAYPACKET_InitRays( const CAMERA& aCamera, const SFVEC2F& aWindowsPosition, RAY* aRayPck ) in RAYPACKET_InitRays() argument
156 aRayPck[i].Init( rayOrigin, rayDir ); in RAYPACKET_InitRays()
164 RAY* aRayPck ) in RAYPACKET_InitRays_with2DDisplacement() argument
179 aRayPck[i].Init( rayOrigin, rayDir ); in RAYPACKET_InitRays_with2DDisplacement()
H A Draypacket.h57 void RAYPACKET_InitRays( const CAMERA& aCamera, const SFVEC2F& aWindowsPosition, RAY* aRayPck );
61 RAY* aRayPck );
H A Drender_3d_raytrace.h97 const HITINFO_PACKET* aHitPck_AA_X1Y1, const RAY* aRayPck,
H A Drender_3d_raytrace.cpp505 const RAY* aRayPck, SFVEC3F* aOutHitColor ) in renderAntiAliasPackets() argument
513 const RAY& rayAA = aRayPck[i]; in renderAntiAliasPackets()