/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/meta/tests/ |
H A D | test_transformsequence.cpp | 728 Matrix4d::make_scaling(Vector3d(0.2)))); in TEST_SUITE() 733 Matrix4d::make_scaling(Vector3d(0.2)))); in TEST_SUITE() 751 Matrix4d::make_scaling(Vector3d(0.1)))); in TEST_SUITE() 756 Matrix4d::make_scaling(Vector3d(0.2)))); in TEST_SUITE() 774 Matrix4d::make_scaling(Vector3d(0.1)))); in TEST_SUITE() 780 Matrix4d::make_scaling(Vector3d(0.2)))); in TEST_SUITE() 819 Matrix4d::make_scaling(Vector3d(0.2)))); in TEST_SUITE() 824 Matrix4d::make_scaling(Vector3d(0.2)))); in TEST_SUITE() 842 Matrix4d::make_scaling(Vector3d(0.1)))); in TEST_SUITE() 847 Matrix4d::make_scaling(Vector3d(0.2)))); in TEST_SUITE() [all …]
|
H A D | test_scene.cpp | 101 Matrix4d::make_scaling(Vector3d(10.0)))); in TEST_SUITE()
|
H A D | test_assembly.cpp | 91 Matrix4d::make_scaling(Vector3d(10.0)))); in TEST_SUITE()
|
H A D | test_tracer.cpp | 1026 Matrix4d::make_scaling(Vector3d(0.5)))); in TEST_SUITE()
|
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/modeling/project-builtin/ |
H A D | cornellboxproject.cpp | 654 Transformd::from_local_to_parent(Matrix4d::make_scaling(Vector3d(0.001f))), in create() 693 Transformd::from_local_to_parent(Matrix4d::make_scaling(Vector3d(0.001f))), in create() 732 Transformd::from_local_to_parent(Matrix4d::make_scaling(Vector3d(0.001f))), in create() 771 Transformd::from_local_to_parent(Matrix4d::make_scaling(Vector3d(0.001f))), in create() 811 Transformd::from_local_to_parent(Matrix4d::make_scaling(Vector3d(0.001f))), in create() 878 Transformd::from_local_to_parent(Matrix4d::make_scaling(Vector3d(0.001f))), in create() 945 Transformd::from_local_to_parent(Matrix4d::make_scaling(Vector3d(0.001f))), in create() 984 Transformd::from_local_to_parent(Matrix4d::make_scaling(Vector3d(0.001f))), in create()
|
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/meta/benchmarks/ |
H A D | benchmark_transformsequence.cpp | 60 Matrix4d::make_scaling(Vector3d(0.1)))); in BENCHMARK_SUITE() 65 Matrix4d::make_scaling(Vector3d(0.2)))); in BENCHMARK_SUITE()
|
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/meta/tests/ |
H A D | test_matrix.cpp | 609 const Matrix3d m = Matrix3d::make_scaling(Vector3d(2.0, 3.0, 0.5)); in TEST_SUITE() 620 * Matrix3d::make_scaling(Vector3d(2.0, 3.0, 0.5)); in TEST_SUITE() 649 * Matrix3d::make_scaling(Vector3d(2.0, 3.0, 0.5)); in TEST_SUITE() 834 * Matrix4d::make_scaling(Vector3d(2.0, 3.0, 0.5)); in TEST_SUITE() 850 * Matrix4d::make_scaling(Vector3d(2.0, 3.0, 0.5)); in TEST_SUITE() 856 * Matrix4d::make_scaling(Vector3d(2.0, -3.0, 0.5)); in TEST_SUITE() 860 m = Matrix4d::make_scaling(Vector3d(-2.0, -3.0, 0.5)); in TEST_SUITE()
|
H A D | test_transform.cpp | 243 …const Transformd to(Transformd::from_local_to_parent(Matrix4d::make_scaling(Vector3d(3.0, 5.0, 0.6… in TEST_SUITE()
|
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/modeling/environmentedf/ |
H A D | environmentedf.cpp | 116 Matrix4d::make_scaling(scaling)); in on_frame_begin()
|
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.python/ |
H A D | unalignedmatrix44.h | 59 static UnalignedMatrix44<T> make_scaling(const Vector<T, 3>& s) in make_scaling() function 61 return UnalignedMatrix44<T>(Matrix<T, 4, 4>::make_scaling(s)); in make_scaling()
|
H A D | bindmatrix.cpp | 196 .def("make_scaling", &UnalignedMatrix44<T>::make_scaling).staticmethod("make_scaling") in bind_typed_matrix4()
|
/dports/graphics/appleseed/appleseed-2.1.0-beta/sandbox/examples/cpp/sphereflake/ |
H A D | sphereflake.cpp | 154 asf::Matrix4d::make_scaling(asf::Vector3d(radius)); in output_sphere_instance()
|
/dports/graphics/appleseed/appleseed-2.1.0-beta/sandbox/examples/cpp/heightfield/ |
H A D | heightfield.cpp | 156 * Matrix4d::make_scaling(scaling)); in build_project()
|
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/math/ |
H A D | matrix.h | 287 static MatrixType make_scaling(const Vector<T, 3>& s); 413 static MatrixType make_scaling(const Vector<T, 3>& s); 1149 inline Matrix<T, 3, 3> Matrix<T, 3, 3>::make_scaling(const Vector<T, 3>& s) 1715 inline Matrix<T, 4, 4> Matrix<T, 4, 4>::make_scaling(const Vector<T, 3>& s)
|
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/modeling/project/ |
H A D | projectfilereader.cpp | 745 m_matrix = Matrix4d::make_scaling(value); in start_element()
|