Home
last modified time | relevance | path

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

/RvlSDK-2.1/include/revolution/
Dkpad.h95 typedef struct Vec2{ struct
98 } Vec2; argument
102 Vec2 stick ;
114 Vec2 lstick;
115 Vec2 rstick;
122 Vec2 stick ;
123 Vec2 substick ;
142 Vec2 pos ;
143 Vec2 vec ;
146 Vec2 horizon ;
[all …]
/RvlSDK-2.1/build/libraries/kpad/include/
DKPADinside.h53Vec2 center ; // Center of gravity coordinates (coordinate system where the horizontal rang…
80Vec2 accXY_nrm_hori ; // XY acceleration direction when the controller is in the horizontal …
81Vec2 sec_nrm_hori ; // Direction from left mark to right mark when the controller is in th…
82 Vec2 center_org ; // Coordinates during calibration
97 Vec2 sec_nrm ; // Direction from left mark to right mark
103 Vec2 obj_horizon ; // Orientation calculated based on the object
104 Vec2 acc_horizon ; // Orientation calculated based on the acceleration (left-right)
106 Vec2 ah_circle_pos ; // Point following the acc_horizon
/RvlSDK-2.1/build/libraries/kpad/src/
DKPAD.c31 static Vec2 icenter_org = { 0.000f, 0.000f } ; // Center coordinate of the 2 marks on CMOS
33 static Vec2 iaccXY_nrm_hori = { 0.000f,-1.000f } ; // XY acceleration direction when the contr…
34 static Vec2 isec_nrm_hori = { 1.000f, 0.000f } ; // Direction from left mark to right mark w…
55 static Vec2 kobj_frame_min, kobj_frame_max ; // Range in which center of gravity coordin…
81 static Vec2 Vec2_0={0.0f, 0.0f};
415 void KPADGetCalibratedDPD( Vec2* dst, const Vec2* src ) in KPADGetCalibratedDPD()
935 static f32 calc_horizon( KPADInsideStatus *kp, Vec2 *p1, Vec2 *p2, Vec2 *hori ) in calc_horizon()
959 Vec2 hori ; in select_2obj_first()
1009 Vec2 nrm ; in select_2obj_continue()
1087 Vec2 p1,p2 ; in select_1obj_first()
[all …]
/RvlSDK-2.1/build/demos/kpaddemo/src/
Dsample.c260 Vec2 pos, vec ; in draw_position()