Home
last modified time | relevance | path

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

/RvlSDK-3.2/include/revolution/
DkpadOld.h101 typedef struct Vec2{ struct
104 } Vec2; typedef
115 Vec2 stick ;
127 Vec2 lstick;
128 Vec2 rstick;
135 Vec2 stick ;
136 Vec2 substick ;
155 Vec2 pos ;
156 Vec2 vec ;
159 Vec2 horizon ;
[all …]
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/build/libraries/kpadOld/include/
DKPADinside.h57Vec2 center ; // Center of mass coordinate (coordinate system where the horizontal range of …
84Vec2 accXY_nrm_hori ; // XY acceleration direction when the controller is placed horizontally
85Vec2 sec_nrm_hori ; // Direction from left mark to right mark when the controller is place…
86 Vec2 center_org ; // Coordinate during calibration
101 Vec2 sec_nrm ; // Direction from the left to right mark
107 Vec2 obj_horizon ; // Tilt calculated by the object
108 Vec2 acc_horizon ; // Tilt calculated by the acceleration (either side)
110 Vec2 ah_circle_pos ; // Point chasing the acc_horizon
/RvlSDK-3.2/build/libraries/kpad/include/
DKPADinside.h56Vec2 center ; // Center of mass coordinate (coordinate system where the horizontal range of …
87Vec2 accXY_nrm_hori ; // XY acceleration direction when the controller is placed horizontally
88Vec2 sec_nrm_hori ; // Direction from left mark to right mark when the controller is place…
89 Vec2 center_org ; // Coordinates during calibration
105 Vec2 sec_nrm ; // Direction from the left to right mark
111 Vec2 obj_horizon ; // Tilt calculated by the object
112 Vec2 acc_horizon ; // Tilt calculated by 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/build/libraries/kpadOld/src/
DKPAD.c39 static Vec2 icenter_org = { 0.000f, 0.000f } ; // Center coordinate of two marks in CMOS
41 static Vec2 iaccXY_nrm_hori = { 0.000f,-1.000f } ; // XY acceleration direction when the contr…
42 static Vec2 isec_nrm_hori = { 1.000f, 0.000f } ; // Direction from left mark to right mark w…
63 static Vec2 kobj_frame_min, kobj_frame_max ; // Range where the center of mass coordinat…
90 static Vec2 Vec2_0={0.0f, 0.0f};
359 void KPADGetProjectionPos( Vec2 *dst, const Vec2 *src, const Rect *projRect, f32 viRatio ) in KPADGetProjectionPos()
981 static f32 calc_horizon( KPADInsideStatus *kp, Vec2 *p1, Vec2 *p2, Vec2 *hori ) in calc_horizon()
1005 Vec2 hori ; in select_2obj_first()
1055 Vec2 nrm ; in select_2obj_continue()
1133 Vec2 p1,p2 ; in select_1obj_first()
[all …]
/RvlSDK-3.2/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…
92 static Vec2 Vec2_0 = { 0.0f, 0.0f } ;
470 void KPADGetProjectionPos( Vec2 *dst, const Vec2 *src, const Rect *projRect, f32 viRatio ) in KPADGetProjectionPos()
1018 static f32 calc_horizon( KPADInsideStatus *kp, Vec2 *p1, Vec2 *p2, Vec2 *hori ) in calc_horizon()
1042 Vec2 hori ; in select_2obj_first()
1092 Vec2 nrm ; in select_2obj_continue()
1170 Vec2 p1,p2 ; in select_1obj_first()
1319 Vec2 pos, vec ; in calc_dpd_variable()
[all …]
/RvlSDK-3.2/build/demos/kpadOlddemo/src/
Dsample.c291 Vec2 pos, vec ; in draw_position()
/RvlSDK-3.2/build/demos/kpaddemo/src/
Dsample.c361 Vec2 pos, vec ; in draw_position()