Home
last modified time | relevance | path

Searched refs:new_normal (Results 1 – 25 of 39) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/service/display/
H A Ddraw_polygon.cc104 gfx::Vector3dF new_normal(0.0f, 0.0f, 0.0f); in ConstructNormal() local
107 new_normal += in ConstructNormal()
110 float normal_magnitude = new_normal.Length(); in ConstructNormal()
113 if (gfx::DotProduct(normal_, new_normal) < 0.0) { in ConstructNormal()
117 new_normal.Scale(1.0f / normal_magnitude); in ConstructNormal()
119 normal_ = new_normal; in ConstructNormal()
149 gfx::Point3F new_normal(normal_.x(), normal_.y(), normal_.z()); in ApplyTransformToNormal() local
150 inverse_transform.TransformPoint(&new_normal); in ApplyTransformToNormal()
152 normal_ = gfx::Vector3dF(new_normal.x(), new_normal.y(), new_normal.z()); in ApplyTransformToNormal()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/service/display/
H A Ddraw_polygon.cc104 gfx::Vector3dF new_normal(0.0f, 0.0f, 0.0f); in ConstructNormal() local
107 new_normal += in ConstructNormal()
110 float normal_magnitude = new_normal.Length(); in ConstructNormal()
113 if (gfx::DotProduct(normal_, new_normal) < 0.0) { in ConstructNormal()
117 new_normal.Scale(1.0f / normal_magnitude); in ConstructNormal()
119 normal_ = new_normal; in ConstructNormal()
149 gfx::Point3F new_normal(normal_.x(), normal_.y(), normal_.z()); in ApplyTransformToNormal() local
150 inverse_transform.TransformPoint(&new_normal); in ApplyTransformToNormal()
152 normal_ = gfx::Vector3dF(new_normal.x(), new_normal.y(), new_normal.z()); in ApplyTransformToNormal()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/tracks/
H A Dtrack_object_manager.cpp250 btVector3 new_normal; in castRay() local
251 if(curr->castRay(from, to, &new_hit_point, &new_material, &new_normal, in castRay()
261 *normal = new_normal; in castRay()
/dports/editors/emacs-devel/emacs-4d1968b/admin/coccinelle/
H A Dwindow.cocci46 - W->new_normal
47 + WVAR (W, new_normal)
165 - XWINDOW (O)->new_normal
166 + WVAR (XWINDOW (O), new_normal)
/dports/editors/emacs/emacs-27.2/admin/coccinelle/
H A Dwindow.cocci46 - W->new_normal
47 + WVAR (W, new_normal)
165 - XWINDOW (O)->new_normal
166 + WVAR (XWINDOW (O), new_normal)
/dports/graphics/open3d/Open3D-0.2/src/Core/Geometry/
H A DTriangleMesh.cpp85 Eigen::Vector4d new_normal = transformation * Eigen::Vector4d( in Transform() local
87 vertex_normal = new_normal.block<3, 1>(0, 0); in Transform()
90 Eigen::Vector4d new_normal = transformation * Eigen::Vector4d( in Transform() local
93 triangle_normal = new_normal.block<3, 1>(0, 0); in Transform()
H A DPointCloud.cpp83 Eigen::Vector4d new_normal = transformation * Eigen::Vector4d( in Transform() local
85 normal = new_normal.block<3, 1>(0, 0); in Transform()
/dports/graphics/py-open3d-python/Open3D-0.2/src/Core/Geometry/
H A DTriangleMesh.cpp85 Eigen::Vector4d new_normal = transformation * Eigen::Vector4d( in Transform() local
87 vertex_normal = new_normal.block<3, 1>(0, 0); in Transform()
90 Eigen::Vector4d new_normal = transformation * Eigen::Vector4d( in Transform() local
93 triangle_normal = new_normal.block<3, 1>(0, 0); in Transform()
H A DPointCloud.cpp83 Eigen::Vector4d new_normal = transformation * Eigen::Vector4d( in Transform() local
85 normal = new_normal.block<3, 1>(0, 0); in Transform()
/dports/security/py-angr/angr-9.0.5405/angr/analyses/
H A Dcongruency_check.py138 new_normal = normal_path
158 new_normal = npg.found[0]
159 delta = new_normal.history.block_count - unicorn_path.history.block_count
166 if self.compare_paths(new_unicorn, new_normal):
169 self.simgr.stashes[normal_stash][0] = new_normal
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/networkmanager/impl/
H A DWriteController.java305 ArrayList<RateControlledEntity> new_normal = new ArrayList<RateControlledEntity>(); in writeProcessorLoop() local
316 new_normal.add( e ); in writeProcessorLoop()
328 new_normal.add( e ); in writeProcessorLoop()
332 normal_priority_entities = new_normal; in writeProcessorLoop()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/tests/testsuite/
H A Dprofile_config.rs375 let p = profiles.get_profile(a_pkg, true, true, UnitFor::new_normal(), mode, kind); in named_config_profile()
393 let po = profiles.get_profile(dep_pkg, false, true, UnitFor::new_normal(), mode, kind); in named_config_profile()
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/tests/testsuite/
H A Dprofile_config.rs375 let p = profiles.get_profile(a_pkg, true, true, UnitFor::new_normal(), mode, kind); in named_config_profile()
393 let po = profiles.get_profile(dep_pkg, false, true, UnitFor::new_normal(), mode, kind); in named_config_profile()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cargo-0.55.0/tests/testsuite/
H A Dprofile_config.rs407 let p = profiles.get_profile(a_pkg, true, true, UnitFor::new_normal(), mode, kind); in named_config_profile()
425 let po = profiles.get_profile(dep_pkg, false, true, UnitFor::new_normal(), mode, kind); in named_config_profile()
/dports/games/el/Eternal-Lands-1.9.5.9-1/eye_candy/
H A Deffect_cloud.cpp159 Vec3 new_normal = centerpoint; in idle() local
162 new_normal /= scale; // Normalize in idle()
169 normal = normal * change_rate + new_normal * (1.0 - change_rate); in idle()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/src/cargo/core/compiler/
H A Dunit_dependencies.rs150 unit_for: UnitFor::new_normal(), in attach_std_deps()
198 UnitFor::new_normal() in deps_of_roots()
359 UnitFor::new_normal(), in compute_deps()
H A Dstandard_lib.rs156 let unit_for = UnitFor::new_normal(); in generate_std_roots()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cargo-0.55.0/src/cargo/core/compiler/
H A Dunit_dependencies.rs149 unit_for: UnitFor::new_normal(), in attach_std_deps()
193 UnitFor::new_normal() in deps_of_roots()
354 UnitFor::new_normal(), in compute_deps()
H A Dstandard_lib.rs156 let unit_for = UnitFor::new_normal(); in generate_std_roots()
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/src/cargo/core/compiler/
H A Dunit_dependencies.rs153 unit_for: UnitFor::new_normal(), in attach_std_deps()
201 UnitFor::new_normal() in deps_of_roots()
363 UnitFor::new_normal(), in compute_deps()
H A Dstandard_lib.rs156 let unit_for = UnitFor::new_normal(); in generate_std_roots()
/dports/science/minc2/minc-release-2.2.00/conversion/mri_to_minc/
H A Dsiemens_to_minc.pl222 local(@new_normal) = &matrix_vector_multiply(*world_to_axis, *normal);
226 local(@transform) = &get_transform_from_normal(*major, *new_normal);
/dports/devel/mercurial/mercurial-6.0/relnotes/
H A D6.063 * `dirstateitem.new_normal`
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/
H A DSimplifier.cpp487 osg::Vec3 new_normal = (p2->_vertex - p1->_vertex) ^ (p3->_vertex - p2->_vertex); in computeNormalDeviationOnEdgeCollapse() local
488 new_normal.normalize(); in computeNormalDeviationOnEdgeCollapse()
490 …error_type result = 1.0 - (new_normal.x() * _plane[0] + new_normal.y() * _plane[1] + new_normal.z(… in computeNormalDeviationOnEdgeCollapse()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/
H A DSimplifier.cpp487 osg::Vec3 new_normal = (p2->_vertex - p1->_vertex) ^ (p3->_vertex - p2->_vertex); in computeNormalDeviationOnEdgeCollapse() local
488 new_normal.normalize(); in computeNormalDeviationOnEdgeCollapse()
490 …error_type result = 1.0 - (new_normal.x() * _plane[0] + new_normal.y() * _plane[1] + new_normal.z(… in computeNormalDeviationOnEdgeCollapse()

12