Home
last modified time | relevance | path

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

/RvlSDK-3.2.3/build/libraries/kpad/include/
DKPADinside.h56Vec2 center ; // Center of mass coordinate (coordinate system where the horizontal range of …
87Vec2 accXY_nrm_hori ; // Direction of XY acceleration when the controller is placed horizont…
88Vec2 sec_nrm_hori ; // Direction from left mark to right mark when the controller is place…
89 Vec2 center_org ; // Coordinate during calibration
105 Vec2 sec_nrm ; // Direction from the left to right mark
111 Vec2 obj_horizon ; // Tilt calculated with the object
112 Vec2 acc_horizon ; // Tilt calculated with the acceleration (either side)
114 Vec2 ah_circle_pos ; // Point chasing the acc_horizon
138 Vec2 kobj_frame_min; // Range where the center of mass coordinate is valid
139 Vec2 kobj_frame_max; //
/RvlSDK-3.2.3/include/revolution/
Dkpad.h95 typedef struct Vec2{ struct
98 } Vec2; argument
109 Vec2 stick ;
121 Vec2 lstick ;
122 Vec2 rstick ;
146 Vec2 pos ;
147 Vec2 vec ;
150 Vec2 horizon ;
151 Vec2 hori_vec ;
158 Vec2 acc_vertical ;
[all …]
/RvlSDK-3.2.3/build/libraries/kpad/src/
DKPAD.c33 static Vec2 icenter_org = { 0.000f, 0.000f } ; // Center coordinate of two marks in CMOS
35 static Vec2 iaccXY_nrm_hori = { 0.000f,-1.000f } ; // Direction of XY acceleration when the co…
36 static Vec2 isec_nrm_hori = { 1.000f, 0.000f } ; // Direction from left mark to right mark w…
104 static Vec2 Vec2_0 = { 0.0f, 0.0f } ;
482 void KPADGetProjectionPos( Vec2 *dst, const Vec2 *src, const Rect *projRect, f32 viRatio ) in KPADGetProjectionPos()
1030 static f32 calc_horizon( KPADInsideStatus *kp, Vec2 *p1, Vec2 *p2, Vec2 *hori ) in calc_horizon()
1054 Vec2 hori ; in select_2obj_first()
1104 Vec2 nrm ; in select_2obj_continue()
1182 Vec2 p1,p2 ; in select_1obj_first()
1331 Vec2 pos, vec ; in calc_dpd_variable()
[all …]