Home
last modified time | relevance | path

Searched refs:MTXRowCol (Results 1 – 11 of 11) sorted by relevance

/RvlSDK-3.2.2/build/demos/axdemo/src/
Daxart3ddemo.c843 MTXRowCol(camera->viewMtx,0,0) = camera->xAxis.x; in CameraUpdate()
844 MTXRowCol(camera->viewMtx,0,1) = camera->xAxis.y; in CameraUpdate()
845 MTXRowCol(camera->viewMtx,0,2) = camera->xAxis.z; in CameraUpdate()
846 MTXRowCol(camera->viewMtx,0,3) = 0.0F; in CameraUpdate()
848 MTXRowCol(camera->viewMtx,1,0) = camera->yAxis.x; in CameraUpdate()
849 MTXRowCol(camera->viewMtx,1,1) = camera->yAxis.y; in CameraUpdate()
850 MTXRowCol(camera->viewMtx,1,2) = camera->yAxis.z; in CameraUpdate()
851 MTXRowCol(camera->viewMtx,1,3) = 0.0F; in CameraUpdate()
853 MTXRowCol(camera->viewMtx,2,0) = camera->zAxis.x; in CameraUpdate()
854 MTXRowCol(camera->viewMtx,2,1) = camera->zAxis.y; in CameraUpdate()
[all …]
/RvlSDK-3.2.2/build/demos/gxdemo/src/TexGen/
Dtg-shadow3.c1009 MTXRowCol(dp, 0, 2) = f / range; in GetTexProjMtx()
1010 MTXRowCol(dp, 0, 3) = f * n / range; in GetTexProjMtx()
1011 MTXRowCol(dp, 1, 2) = MTXRowCol(dp, 0, 2) * tscale; in GetTexProjMtx()
1012 MTXRowCol(dp, 1, 3) = MTXRowCol(dp, 0, 3) * tscale; in GetTexProjMtx()
1013 MTXRowCol(dp, 2, 2) = 1.0F; in GetTexProjMtx()
1033 MTXRowCol(dp, 0, 2) = - 1.0F / range; in GetTexProjMtx()
1034 MTXRowCol(dp, 0, 3) = - n / range; in GetTexProjMtx()
1035 MTXRowCol(dp, 1, 2) = MTXRowCol(dp, 0, 2) * tscale; in GetTexProjMtx()
1036 MTXRowCol(dp, 1, 3) = MTXRowCol(dp, 0, 3) * tscale; in GetTexProjMtx()
1037 MTXRowCol(dp, 2, 3) = 1.0F; in GetTexProjMtx()
Dtg-light-fx.c689 MTXRowCol(ms, 0, 0) = vhalf.x; in SetTexGenMtx1()
690 MTXRowCol(ms, 0, 1) = vhalf.y; in SetTexGenMtx1()
691 MTXRowCol(ms, 0, 2) = vhalf.z; in SetTexGenMtx1()
/RvlSDK-3.2.2/build/demos/gxdemo/src/Simple/
Dsmp-onetri_dl.c233 MTXRowCol(m, 0, 3) = x; in DrawTick()
234 MTXRowCol(m, 1, 3) = y; in DrawTick()
235 MTXRowCol(m, 2, 3) = z; in DrawTick()
Dsmp-onetri.c250 MTXRowCol(m, 0, 3) = x; in DrawTick()
251 MTXRowCol(m, 1, 3) = y; in DrawTick()
252 MTXRowCol(m, 2, 3) = z; in DrawTick()
/RvlSDK-3.2.2/build/demos/videmo/src/
Dsmp-onetri_Progressive.c298 MTXRowCol(m, 0, 3) = x; in DrawTick()
299 MTXRowCol(m, 1, 3) = y; in DrawTick()
300 MTXRowCol(m, 2, 3) = z; in DrawTick()
Dsmp-onetri_PAL.c429 MTXRowCol(m, 0, 3) = x; in DrawTick()
430 MTXRowCol(m, 1, 3) = y; in DrawTick()
431 MTXRowCol(m, 2, 3) = z; in DrawTick()
/RvlSDK-3.2.2/build/demos/gxdemo/src/Tev/
Dtev-outline.c183 MTXRowCol(texMtx1, 0, 3) = 1.0f / (f32)screen_wd; in DrawCartoonOutline()
185 MTXRowCol(texMtx2, 1, 3) = 1.0f / (f32)screen_ht; in DrawCartoonOutline()
/RvlSDK-3.2.2/build/libraries/kpad/src/
DKPAD.c2393 MTXRowCol( kp_fs_rot, 0, 0 ) = 1 ; in KPADInitEx()
2394 MTXRowCol( kp_fs_rot, 0, 1 ) = 0 ; in KPADInitEx()
2395 MTXRowCol( kp_fs_rot, 0, 2 ) = 0 ; in KPADInitEx()
2396 MTXRowCol( kp_fs_rot, 0, 3 ) = 0 ; in KPADInitEx()
2397 MTXRowCol( kp_fs_rot, 1, 0 ) = 0 ; in KPADInitEx()
2398 MTXRowCol( kp_fs_rot, 1, 1 ) = (f32) cos( MTXDegToRad(kp_fs_revise_deg) ) ; in KPADInitEx()
2399 MTXRowCol( kp_fs_rot, 1, 2 ) = (f32)-sin( MTXDegToRad(kp_fs_revise_deg) ) ; in KPADInitEx()
2400 MTXRowCol( kp_fs_rot, 1, 3 ) = 0 ; in KPADInitEx()
2401 MTXRowCol( kp_fs_rot, 2, 0 ) = 0 ; in KPADInitEx()
2402 MTXRowCol( kp_fs_rot, 2, 1 ) = (f32) sin( MTXDegToRad(kp_fs_revise_deg) ) ; in KPADInitEx()
[all …]
/RvlSDK-3.2.2/include/revolution/
Dmtx.h209 #define MTXRowCol(m,r,c) ((m)[(r)][(c)]) macro
/RvlSDK-3.2.2/
Dindex.allpl2908 man/en_US/mtx/general/MTXRowCol.html 640a4d946bda8b3f43086316c49de7e29dd4e5a588693ea34c3a4cfd4c507e…