Searched refs:v_deg (Results 1 – 1 of 1) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/demo2/ |
| D | graphics.cpp | 196 nn::math::VEC2* v_deg, // Plane slope (output) in UpdateParams() argument 217 v_deg->x = nn::math::AsinDeg(v_g.x); // Incline of x-axis in UpdateParams() 218 v_deg->y = nn::math::AsinDeg(v_g.z); // Incline of z-axis in UpdateParams() 249 v_degSphere->x = v_deg->x; in UpdateParams() 250 v_degSphere->y = v_deg->y; in UpdateParams() 279 const nn::math::VEC2 v_deg, in DrawObjects() argument 331 nn::math::MTX34RotXYZDeg(&arr, v_deg.y, 0.f, -v_deg.x); in DrawObjects() 353 nn::math::VEC2 v_deg(0, 0); // Plane slope in DrawFrame() local 356 UpdateParams(&v_pos, &v_degSphere, &v_deg, v_cam, v_focus, v_acc, loudness); in DrawFrame() 398 DrawObjects(projL, viewL, v_pos, v_degSphere, v_deg, posYforSphere); in DrawFrame() [all …]
|