Home
last modified time | relevance | path

Searched refs:pitch (Results 1 – 5 of 5) sorted by relevance

/RvlSDK-3.3/include/revolution/
Daxart.h173 f32 pitch; member
Dkpad.h366 void KPADSetMplsMagnification ( s32 chan, f32 pitch, f32 yaw, f32 roll ) ;
Dwpad.h687 s16 pitch; // for motion plus member
/RvlSDK-3.3/build/demos/wpaddemo/src/
Dmplus.c717 …if (ptr->stat & WPAD_MPLS_STAT_PITSEL) { dps = (ptr->pitch - low.pitch_zero) / low.pitch_scale *… in renderStatus()
718 …else { dps = (ptr->pitch - high.pitch_zero) / high.pitch_scale *… in renderStatus()
720 … y, 0, "[%s] %5d%+8.2f", (ptr->stat & WPAD_MPLS_STAT_PITSEL) ? "L" : "H", (s16)(ptr->pitch), dps); in renderStatus()
Dwpadsample.c1422 …if (mp->stat & WPAD_MPLS_STAT_PITSEL) { dps = (mp->pitch - low.pitch_zero) / low.pitch_scale * l… in renderStatus()
1423 …else { dps = (mp->pitch - high.pitch_zero) / high.pitch_scale * h… in renderStatus()
1424 …IGHT, 0, "[%s] %5d%+8.2f", (mp->stat & WPAD_MPLS_STAT_PITSEL) ? "L" : "H", (s16)(mp->pitch), dps); in renderStatus()