| /RvlSDK-3.2.2/build/demos/axdemo/src/ |
| D | axart3ddemo.c | 843 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/ |
| D | tg-shadow3.c | 1009 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()
|
| D | tg-light-fx.c | 689 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/ |
| D | smp-onetri_dl.c | 233 MTXRowCol(m, 0, 3) = x; in DrawTick() 234 MTXRowCol(m, 1, 3) = y; in DrawTick() 235 MTXRowCol(m, 2, 3) = z; in DrawTick()
|
| D | smp-onetri.c | 250 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/ |
| D | smp-onetri_Progressive.c | 298 MTXRowCol(m, 0, 3) = x; in DrawTick() 299 MTXRowCol(m, 1, 3) = y; in DrawTick() 300 MTXRowCol(m, 2, 3) = z; in DrawTick()
|
| D | smp-onetri_PAL.c | 429 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/ |
| D | tev-outline.c | 183 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/ |
| D | KPAD.c | 2393 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/ |
| D | mtx.h | 209 #define MTXRowCol(m,r,c) ((m)[(r)][(c)]) macro
|
| /RvlSDK-3.2.2/ |
| D | index.allpl | 2908 man/en_US/mtx/general/MTXRowCol.html 640a4d946bda8b3f43086316c49de7e29dd4e5a588693ea34c3a4cfd4c507e…
|