Home
last modified time | relevance | path

Searched refs:make_rotation (Results 1 – 25 of 47) sorted by relevance

12

/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/meta/tests/
H A Dtest_transformsequence.cpp519 Matrix4d::make_rotation(Vector3d(0.0, 0.0, 1.0), 0.0))); in TEST_SUITE()
538 Matrix4d::make_rotation(Vector3d(0.0, 0.0, 1.0), 0.0))); in TEST_SUITE()
557 Matrix4d::make_rotation(Vector3d(0.0, 0.0, 1.0), 0.0))); in TEST_SUITE()
576 Matrix4d::make_rotation(Vector3d(0.0, 0.0, 1.0), 0.0))); in TEST_SUITE()
622 Matrix4d::make_rotation(Vector3d(0.0, 0.0, 1.0), 0.0))); in TEST_SUITE()
643 Matrix4d::make_rotation(Vector3d(0.0, 0.0, 1.0), 0.0))); in TEST_SUITE()
727 Matrix4d::make_rotation(Vector3d(0.0, 0.0, 1.0), 0.0) * in TEST_SUITE()
750 Matrix4d::make_rotation(Vector3d(0.0, 0.0, 1.0), 0.0) * in TEST_SUITE()
773 Matrix4d::make_rotation(Vector3d(0.0, 0.0, 1.0), 0.0) * in TEST_SUITE()
818 Matrix4d::make_rotation(Vector3d(0.0, 0.0, 1.0), 0.0) * in TEST_SUITE()
[all …]
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/meta/tests/
H A Dtest_quaternion.cpp80 const Quaterniond q = Quaterniond::make_rotation(ExpectedAxis, ExpectedAngle); in TEST_SUITE()
104 const Quaterniond q = Quaterniond::make_rotation(Vector3d(0.0, 1.0, 0.0), 0.0); in TEST_SUITE()
132 const Quaterniond q = Quaterniond::make_rotation(from, to); in TEST_SUITE()
141 const Quaterniond q = Quaterniond::make_rotation(Vector3d(0.0, 1.0, 0.0), deg_to_rad(45.0)); in TEST_SUITE()
155 const Quaterniond q1 = Quaterniond::make_rotation(Vector3d(0.0, 0.0, 1.0), 0.0); in TEST_SUITE()
156 const Quaterniond q2 = Quaterniond::make_rotation(Vector3d(0.0, 0.0, 1.0), Pi<double>()); in TEST_SUITE()
H A Dtest_matrix.cpp535 const Quaterniond q = Quaterniond::make_rotation(from, to); in TEST_SUITE()
536 const Matrix3d m = Matrix3d::make_rotation(q); in TEST_SUITE()
633 EXPECT_FEQ(Quaterniond::make_rotation(Vector3d(1.0, 0.0, 0.0), 0.0), q); in TEST_SUITE()
642 EXPECT_FEQ(Quaterniond::make_rotation(Vector3d(1.0, 0.0, 0.0), Pi<double>() / 4.0), q); in TEST_SUITE()
656 EXPECT_FEQ(Quaterniond::make_rotation(Vector3d(1.0, 0.0, 0.0), Pi<double>() / 4.0), q); in TEST_SUITE()
842 EXPECT_FEQ(Quaterniond::make_rotation(Vector3d(1.0, 0.0, 0.0), Pi<double>() / 4.0), q); in TEST_SUITE()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.python/
H A Dunalignedmatrix44.h79 static UnalignedMatrix44<T> make_rotation(const T yaw, const T pitch, const T roll) in make_rotation() function
81 return UnalignedMatrix44<T>(Matrix<T, 4, 4>::make_rotation(yaw, pitch, roll)); in make_rotation()
84 static UnalignedMatrix44<T> make_rotation(const Vector<T, 3>& axis, const T angle) in make_rotation() function
86 return UnalignedMatrix44<T>(Matrix<T, 4, 4>::make_rotation(axis, angle)); in make_rotation()
89 static UnalignedMatrix44<T> make_rotation(const Quaternion<T>& q) in make_rotation() function
91 return UnalignedMatrix44<T>(Matrix<T, 4, 4>::make_rotation(q)); in make_rotation()
H A Dbindmatrix.cpp188 UnalignedMatrix44<T>(*rot1)(T, T, T) = &UnalignedMatrix44<T>::make_rotation; in bind_typed_matrix4()
189 UnalignedMatrix44<T>(*rot2)(const Vector<T, 3>&, T) = &UnalignedMatrix44<T>::make_rotation; in bind_typed_matrix4()
190 UnalignedMatrix44<T>(*rot3)(const Quaternion<T>&) = &UnalignedMatrix44<T>::make_rotation; in bind_typed_matrix4()
H A Dbindquaternion.cpp107 Quaternion<T>(*rot1)(const Vector<T, 3>&, T) = &Quaternion<T>::make_rotation; in do_bind_quaternion()
108 … Quaternion<T>(*rot2)(const Vector<T, 3>&, const Vector<T, 3>&) = &Quaternion<T>::make_rotation; in do_bind_quaternion()
/dports/graphics/geomview/geomview-1.9.5/src/bin/geomutil/ucd/
H A Dmake_frame.c33 int make_rotation(HPoint3 *v1, HPoint3 *v2, Transform m);
52 if ( !make_rotation(&nv1, &nv2, m)) /* if collinear, use most recent rotation */ in make_tform()
69 int make_rotation(v1, v2, m) in make_rotation() function
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/tools/animatecamera/
H A Danimationpath.cpp175 Matrix4d::make_rotation(orientation) * in load()
176 Matrix4d::make_rotation(Vector3d(1.0, 0.0, 0.0), -HalfPi<double>()))); in load()
183 Matrix4d::make_rotation(orientation))); in load()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/meta/benchmarks/
H A Dbenchmark_transform.cpp51 Matrix4d::make_rotation(Vector3d(1.0, 0.0, 0.0), 0.0))) in BENCHMARK_SUITE()
54 Matrix4d::make_rotation(Vector3d(1.0, 0.0, 0.0), HalfPi<double>()))) in BENCHMARK_SUITE()
H A Dbenchmark_quaternion.cpp51 return Quaterniond::make_rotation(axis, angle); in BENCHMARK_SUITE()
104 m_m[i] = Matrix3d::make_rotation(m_q[i]); in BENCHMARK_SUITE()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/meta/benchmarks/
H A Dbenchmark_transformsequence.cpp59 Matrix4d::make_rotation(axis, 0.0) * in BENCHMARK_SUITE()
64 Matrix4d::make_rotation(axis, Pi<double>() - Pi<double>() / 8) * in BENCHMARK_SUITE()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/math/
H A Dmatrix.h305 static MatrixType make_rotation(
311 static MatrixType make_rotation(
314 static MatrixType make_rotation(
320 static MatrixType make_rotation(
431 static MatrixType make_rotation(
437 static MatrixType make_rotation(
440 static MatrixType make_rotation(
446 static MatrixType make_rotation(
1253 inline Matrix<T, 3, 3> Matrix<T, 3, 3>::make_rotation(
1283 inline Matrix<T, 3, 3> Matrix<T, 3, 3>::make_rotation(
[all …]
H A Dquaternion.h95 static QuaternionType make_rotation(
100 static QuaternionType make_rotation(
234 inline Quaternion<T> Quaternion<T>::make_rotation( in make_rotation() function
248 inline Quaternion<T> Quaternion<T>::make_rotation( in make_rotation() function
/dports/graphics/appleseed/appleseed-2.1.0-beta/sandbox/share/
H A Dmitsuba2appleseed.py234 roty = asr.Matrix4d.make_rotation(asr.Vector3d(0.0, 1.0, 0.0), math.radians(180.0))
490 roty = asr.Matrix4d.make_rotation(asr.Vector3d(0.0, 1.0, 0.0), math.radians(-90.0))
527 asr.Matrix4d.make_rotation(
528 asr.Quaterniond.make_rotation(from_direction, to_direction))))
756 rotx = asr.Matrix4d.make_rotation(asr.Vector3d(1.0, 0.0, 0.0), math.radians(90.0))
784 rotx = asr.Matrix4d.make_rotation(asr.Vector3d(1.0, 0.0, 0.0), math.radians(90.0))
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/wrench/src/
H A Dyaml_helper.rs144 fn make_rotation( in make_rotation() function
357 make_rotation(transform_origin, args[0].parse().unwrap(), 0.0, 0.0, 1.0) in as_transform()
360 make_rotation(transform_origin, args[0].parse().unwrap(), 1.0, 0.0, 0.0) in as_transform()
363 make_rotation(transform_origin, args[0].parse().unwrap(), 0.0, 1.0, 0.0) in as_transform()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/modeling/environmentedf/
H A Denvironmentedf.cpp115 Matrix4d::make_rotation(rotation) * in on_frame_begin()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/wrench/src/
H A Dyaml_helper.rs168 fn make_rotation( in make_rotation() function
375 make_rotation(transform_origin, args[0].parse().unwrap(), 0.0, 0.0, 1.0) in as_transform()
378 make_rotation(transform_origin, args[0].parse().unwrap(), 1.0, 0.0, 0.0) in as_transform()
381 make_rotation(transform_origin, args[0].parse().unwrap(), 0.0, 1.0, 0.0) in as_transform()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/imesh/algo/
H A Dimesh_detect.cxx27 make_rotation(const vgl_vector_3d<double>& dir) in make_rotation() function
80 vgl_rotation_3d<double> R = make_rotation(dir); in imesh_detect_exterior_faces()
/dports/graphics/appleseed/appleseed-2.1.0-beta/sandbox/tests/test scenes/many light sampling/generators/
H A D4_point_lights_test_scene.py65 orientation = asr.Matrix4d.make_rotation(asr.Vector3d(1.0, 0.0, 0.0), math.radians(-90.0))
H A Dgrid_emt.py75 orientation = asr.Matrix4d.make_rotation(asr.Vector3d(1.0, 0.0, 0.0), math.radians(-90.0))
H A Dgrid_point_lights.py74 orientation = asr.Matrix4d.make_rotation(asr.Vector3d(1.0, 0.0, 0.0), math.radians(-90.0))
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/wrench/src/
H A Dyaml_helper.rs170 fn make_rotation( in make_rotation() function
365 make_rotation(transform_origin, args[0].parse().unwrap(), 0.0, 0.0, 1.0) in as_transform()
368 make_rotation(transform_origin, args[0].parse().unwrap(), 1.0, 0.0, 0.0) in as_transform()
371 make_rotation(transform_origin, args[0].parse().unwrap(), 0.0, 1.0, 0.0) in as_transform()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/wrench/src/
H A Dyaml_helper.rs170 fn make_rotation( in make_rotation() function
365 make_rotation(transform_origin, args[0].parse().unwrap(), 0.0, 0.0, 1.0) in as_transform()
368 make_rotation(transform_origin, args[0].parse().unwrap(), 1.0, 0.0, 0.0) in as_transform()
371 make_rotation(transform_origin, args[0].parse().unwrap(), 0.0, 1.0, 0.0) in as_transform()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/modeling/light/
H A Dsunlight.cpp302 Matrix4d::make_rotation( in apply_env_edf_overrides()
303 Quaterniond::make_rotation( in apply_env_edf_overrides()
/dports/www/firefox/firefox-99.0/gfx/wr/wrench/src/
H A Dyaml_helper.rs177 fn make_rotation( in make_rotation() function
357 make_rotation(transform_origin, args[0].parse().unwrap(), 0.0, 0.0, 1.0) in as_transform()
360 make_rotation(transform_origin, args[0].parse().unwrap(), 1.0, 0.0, 0.0) in as_transform()
363 make_rotation(transform_origin, args[0].parse().unwrap(), 0.0, 1.0, 0.0) in as_transform()

12