Home
last modified time | relevance | path

Searched refs:rotation_z (Results 1 – 25 of 36) sorted by relevance

12

/dports/deskutils/gnome-todo/gnome-todo-41.0/tests/interactive/
H A Dtest-animation.c131 GtdTransition *rotation_z; in animate_rotation() local
135 rotation_z = gtd_property_transition_new ("rotation-z"); in animate_rotation()
136 gtd_transition_set_from (rotation_z, G_TYPE_FLOAT, 0.f); in animate_rotation()
137 gtd_transition_set_to (rotation_z, G_TYPE_FLOAT, 360.f); in animate_rotation()
138 gtd_timeline_set_duration (GTD_TIMELINE (rotation_z), 750); in animate_rotation()
139 gtd_timeline_set_repeat_count (GTD_TIMELINE (rotation_z), -1); in animate_rotation()
140 gtd_timeline_set_auto_reverse (GTD_TIMELINE (rotation_z), TRUE); in animate_rotation()
156 gtd_widget_add_transition (widget, "loop-rotation-z", rotation_z); in animate_rotation()
/dports/devel/boost-docs/boost_1_72_0/libs/qvm/test/
H A Drotz_mat_test.cpp21 test_qvm::rotation_z(m1.b,r); in test()
25 test_qvm::rotation_z(m2.b,r); in test()
H A Drotz_quat_test.cpp23 test_qvm::rotation_z(m1.b,r); in test()
28 test_qvm::rotation_z(m2.b,r); in test()
H A Drot_quat_test.cpp72 test_qvm::rotation_z(x1.b,r); in test_z()
77 test_qvm::rotation_z(x2.b,r); in test_z()
H A Dinverse_m_test.cpp24 test_qvm::rotation_z(x.a,42.0f); in test()
H A Drot_mat_test.cpp69 test_qvm::rotation_z(m1.b,r); in test_z()
73 test_qvm::rotation_z(m2.b,r); in test_z()
/dports/devel/boost-python-libs/boost_1_72_0/libs/qvm/test/
H A Drotz_mat_test.cpp21 test_qvm::rotation_z(m1.b,r); in test()
25 test_qvm::rotation_z(m2.b,r); in test()
H A Drotz_quat_test.cpp23 test_qvm::rotation_z(m1.b,r); in test()
28 test_qvm::rotation_z(m2.b,r); in test()
H A Drot_quat_test.cpp72 test_qvm::rotation_z(x1.b,r); in test_z()
77 test_qvm::rotation_z(x2.b,r); in test_z()
H A Dinverse_m_test.cpp24 test_qvm::rotation_z(x.a,42.0f); in test()
/dports/devel/boost-libs/boost_1_72_0/libs/qvm/test/
H A Drotz_mat_test.cpp21 test_qvm::rotation_z(m1.b,r); in test()
25 test_qvm::rotation_z(m2.b,r); in test()
H A Drotz_quat_test.cpp23 test_qvm::rotation_z(m1.b,r); in test()
28 test_qvm::rotation_z(m2.b,r); in test()
H A Drot_quat_test.cpp72 test_qvm::rotation_z(x1.b,r); in test_z()
77 test_qvm::rotation_z(x2.b,r); in test_z()
H A Dinverse_m_test.cpp24 test_qvm::rotation_z(x.a,42.0f); in test()
/dports/devel/hyperscan/boost_1_75_0/libs/qvm/test/
H A Drotz_quat_test.cpp23 test_qvm::rotation_z(m1.b,r); in test()
28 test_qvm::rotation_z(m2.b,r); in test()
H A Drotz_mat_test.cpp21 test_qvm::rotation_z(m1.b,r); in test()
25 test_qvm::rotation_z(m2.b,r); in test()
H A Drot_quat_test.cpp72 test_qvm::rotation_z(x1.b,r); in test_z()
77 test_qvm::rotation_z(x2.b,r); in test_z()
H A Dinverse_m_test.cpp24 test_qvm::rotation_z(x.a,42.0f); in test()
/dports/deskutils/gnome-todo/gnome-todo-41.0/src/gui/
H A Dgtd-widget.h49 gfloat *rotation_z);
54 gfloat rotation_z);
H A Dgtd-widget.c451 gfloat rotation_z) in set_rotation_internal() argument
464 changed[Z] = !G_APPROX_VALUE (priv->rotation[Z], rotation_z, FLT_EPSILON); in set_rotation_internal()
473 priv->rotation[Z] = rotation_z; in set_rotation_internal()
1048 gfloat *rotation_z) in gtd_widget_get_rotation() argument
1062 if (rotation_z) in gtd_widget_get_rotation()
1063 *rotation_z = priv->rotation[Z]; in gtd_widget_get_rotation()
1072 gfloat rotation_z) in gtd_widget_set_rotation() argument
1085 changed[Z] = !G_APPROX_VALUE (priv->rotation[Z], rotation_z, FLT_EPSILON); in gtd_widget_set_rotation()
1097 create_transition (self, properties[PROP_ROTATION_Z], priv->rotation[Z], rotation_z); in gtd_widget_set_rotation()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/pro/processes/
H A Dboxm2_transform_model_process.cxx74 double rotation_z = pro.get_input<float>(6); in boxm2_transform_model_process()
75 vgl_vector_3d<double> rot_vec(rotation_x, rotation_y, rotation_z); in boxm2_transform_model_process()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/registration/include/pcl/registration/impl/
H A Dtransformation_estimation_symmetric_point_to_plane_lls.hpp135 const Eigen::AngleAxis<Scalar> rotation_z(parameters(2), in constructTransformationMatrix() local
144 rotation_z * rotation_y * rotation_x * translation * rotation_z * rotation_y * in constructTransformationMatrix()
/dports/graphics/qgis/qgis-3.22.3/resources/function_help/json/
H A Daffine_transform10 {"arg":"rotation_z","description":"rotation around z-axis in degrees counter-clockwise"},
/dports/graphics/blender/blender-2.91.0/intern/cycles/util/
H A Dutil_transform.h428 float3 rotation_z = make_float3(-qdb + qac, qda + qbc, 1.0f - qaa - qbb); in transform_compose() local
441 dot(rotation_z, scale_x), dot(rotation_z, scale_y), dot(rotation_z, scale_z), decomp->y.z); in transform_compose()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qt3d/examples/qt3d/scene2d/
H A DLogoControls.qml70 property alias rotationZ: rotation_z.value
210 id: rotation_z

12