Home
last modified time | relevance | path

Searched refs:rot_ptr (Results 1 – 15 of 15) sorted by relevance

/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/glui/glui-2.35/src/
H A Darcball.cpp42 rot_ptr = &rot; in Arcball()
51 rot_ptr = mtx; in Arcball()
60 rot_ptr = &rot; in Arcball()
81 *rot_ptr = identity3D(); in init()
165 *rot_ptr = *rot_ptr * temp; in mouse_motion()
H A Dglui_rotation.cpp113 mat4 tmp_rot = *ball->rot_ptr; in iaction_draw_active_area_persp()
352 *ball->rot_ptr = *ball->rot_ptr * ball->rot_increment; in idle()
355 tmp_rot = *ball->rot_ptr; in idle()
378 fp_dst = &((*ball->rot_ptr)[0][0]); in copy_float_array_to_ball()
394 tmp_rot = *ball->rot_ptr; in copy_ball_to_float_array()
H A Darcball.h89 mat4 *rot_ptr; variable
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/
H A Darcball.cc42 rot_ptr = &rot; in Arcball()
51 rot_ptr = mtx; in Arcball()
60 rot_ptr = &rot; in Arcball()
81 *rot_ptr = identity3D(); in init()
165 *rot_ptr = *rot_ptr * temp; in mouse_motion()
H A Darcball.h87 mat4 *rot_ptr; variable
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/Extras/glui/
H A Darcball.cpp42 rot_ptr = &rot; in Arcball()
51 rot_ptr = mtx; in Arcball()
60 rot_ptr = &rot; in Arcball()
81 *rot_ptr = identity3D(); in init()
165 *rot_ptr = *rot_ptr * temp; in mouse_motion()
H A Dglui_rotation.cpp113 mat4 tmp_rot = *ball->rot_ptr; in iaction_draw_active_area_persp()
352 *ball->rot_ptr = *ball->rot_ptr * ball->rot_increment; in idle()
355 tmp_rot = *ball->rot_ptr; in idle()
378 fp_dst = &((*ball->rot_ptr)[0][0]); in copy_float_array_to_ball()
394 tmp_rot = *ball->rot_ptr; in copy_ball_to_float_array()
H A Darcball.h89 mat4 *rot_ptr; variable
/dports/devel/glui/glui-2.36/src/
H A Darcball.cpp44 rot_ptr = &rot; in Arcball()
53 rot_ptr = mtx; in Arcball()
62 rot_ptr = &rot; in Arcball()
83 *rot_ptr = identity3D(); in init()
167 *rot_ptr = *rot_ptr * temp; in mouse_motion()
H A Dglui_rotation.cpp115 mat4 tmp_rot = *ball->rot_ptr; in iaction_draw_active_area_persp()
354 *ball->rot_ptr = *ball->rot_ptr * ball->rot_increment; in idle()
357 tmp_rot = *ball->rot_ptr; in idle()
380 fp_dst = &((*ball->rot_ptr)[0][0]); in copy_float_array_to_ball()
396 tmp_rot = *ball->rot_ptr; in copy_ball_to_float_array()
H A Darcball.h91 mat4 *rot_ptr; variable
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/box2d/glui/
H A Darcball.cpp42 rot_ptr = &rot; in Arcball()
51 rot_ptr = mtx; in Arcball()
60 rot_ptr = &rot; in Arcball()
81 *rot_ptr = identity3D(); in init()
165 *rot_ptr = *rot_ptr * temp; in mouse_motion()
H A Dglui_rotation.cpp113 mat4 tmp_rot = *ball->rot_ptr; in iaction_draw_active_area_persp()
352 *ball->rot_ptr = *ball->rot_ptr * ball->rot_increment; in idle()
355 tmp_rot = *ball->rot_ptr; in idle()
378 fp_dst = &((*ball->rot_ptr)[0][0]); in copy_float_array_to_ball()
394 tmp_rot = *ball->rot_ptr; in copy_ball_to_float_array()
H A Darcball.h89 mat4 *rot_ptr; variable
/dports/graphics/blender/blender-2.91.0/source/blender/windowmanager/intern/
H A Dwm_operators.c2075 PointerRNA ptr, col_ptr, fill_col_ptr, rot_ptr, zoom_ptr, image_id_ptr; member
2236 float rot = RNA_property_float_get(&rc->rot_ptr, rc->rot_prop); in radial_control_paint_tex()
2571 &ctx_ptr, op, "rotation_path", &rc->rot_ptr, &rc->rot_prop, 0, RC_PROP_REQUIRE_FLOAT)) { in radial_control_get_properties()