Home
last modified time | relevance | path

Searched defs:normal (Results 126 – 150 of 9695) sorted by relevance

12345678910>>...388

/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_coding/neteq/
H A Dnormal_unittest.cc53 Normal normal(fs, &db, bgn, &expand); in TEST() local
67 Normal normal(fs, &db, bgn, &expand); in TEST() local
102 Normal normal(fs, &db, bgn, &expand); in TEST() local
127 Normal normal(kFs, &db, bgn, &expand); in TEST() local
/dports/emulators/mame/mame-mame0226/3rdparty/glm/glm/gtx/
H A Dtransform2.inl50 GLM_FUNC_QUALIFIER tmat3x3<T, P> reflect2D(tmat3x3<T, P> const& m, tvec3<T, P> const& normal)
61 GLM_FUNC_QUALIFIER tmat4x4<T, P> reflect3D(tmat4x4<T, P> const& m, tvec3<T, P> const& normal)
81 const tvec3<T, P>& normal)
94 const tvec3<T, P>& normal)
/dports/games/gltron/gltron-0.70/nebu/include/base/
H A Dnebu_geom.h18 int normal[3]; member
24 int normal[4]; member
/dports/games/openjk/OpenJK-07675e2/code/cgame/
H A DFX_Blaster.cpp96 void FX_BlasterWeaponHitWall( vec3_t origin, vec3_t normal ) in FX_BlasterWeaponHitWall()
106 void FX_BlasterWeaponHitPlayer( gentity_t *hit, vec3_t origin, vec3_t normal, qboolean humanoid ) in FX_BlasterWeaponHitPlayer()
H A DFX_DEMP2.cpp57 void FX_DEMP2_HitWall( vec3_t origin, vec3_t normal ) in FX_DEMP2_HitWall()
68 void FX_DEMP2_HitPlayer( vec3_t origin, vec3_t normal, qboolean humanoid ) in FX_DEMP2_HitPlayer()
/dports/audio/carla/Carla-2.4.1/source/frontend/widgets/
H A Dscalablebutton.py44 def setPixmaps(self, normal, down, hover): argument
50 def setSvgs(self, normal, down, hover): argument
56 def _loadImages(self, normal, down, hover): argument
/dports/games/spacejunk/spacejunk-1.0.5/src/
H A Dcollisionengine.cpp82 bool circle_swept_collision(GameBody * gb1,GameBody * gb2,real * t,Vector2d * normal) { in circle_swept_collision()
103 int mask_collision(GameBody * gb1,GameBody * gb2,real * t,Vector2d * normal) { in mask_collision()
137 bool swept_collision(GameBody * gb1,GameBody * gb2,real * t,Vector2d * normal) { in swept_collision()
/dports/math/vtk6/VTK-6.2.0/Rendering/Volume/
H A DvtkFixedPointVolumeRayCastCompositeShadeHelper.cxx78 unsigned short normal = *dirPtr; in vtkFixedPointCompositeShadeHelperGenerateImageOneSimpleNN() local
121 unsigned short normal = *dirPtr; in vtkFixedPointCompositeShadeHelperGenerateImageOneNN() local
176 unsigned short normal = *dirPtr; in vtkFixedPointCompositeShadeHelperGenerateImageTwoDependentNN() local
231 unsigned short normal = *dirPtr; in vtkFixedPointCompositeShadeHelperGenerateImageFourDependentNN() local
273 unsigned short normal[4]; in vtkFixedPointCompositeShadeHelperGenerateImageIndependentNN() local
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tests/
H A Dchar_healing_test.cpp62 const float normal = get_option<float>( "PLAYER_HEALING_RATE" ); variable
95 const float normal = get_option<float>( "PLAYER_HEALING_RATE" ); variable
220 const float normal = get_option<float>( "PLAYER_HEALING_RATE" ); variable
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/tests/
H A Dchar_healing_test.cpp62 const float normal = get_option<float>( "PLAYER_HEALING_RATE" ); variable
95 const float normal = get_option<float>( "PLAYER_HEALING_RATE" ); variable
220 const float normal = get_option<float>( "PLAYER_HEALING_RATE" ); variable
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/Testing/Python/
H A DTestBoxPlaneIntersection.py62 normal = [1,1,1] variable
85 normal = [.4,.8,.4] variable
108 normal = [0,0,1] variable
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/Testing/Python/
H A DTestBoxPlaneIntersection.py62 normal = [1,1,1] variable
85 normal = [.4,.8,.4] variable
108 normal = [0,0,1] variable
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/compilers/aas/
H A DAASBuild_gravity.cpp41 idVec3 normal; in SetPortalFlags_r() local
84 idVec3 normal; in PortalIsGap() local
116 idVec3 normal; in GravSubdivLeafNode() local
/dports/games/egl/egl-0.3.1_9/shared/
H A Dm_plane.c110 int PlaneTypeForNormal (vec3_t normal) in PlaneTypeForNormal()
197 void SnapVector (vec3_t normal) in SnapVector()
221 void ProjectPointOnPlane (vec3_t dst, vec3_t p, vec3_t normal) in ProjectPointOnPlane()
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/ball/src/source/STRUCTURE/
H A DSESVertex.cpp39 const TVector3<double>& normal, in SESVertex()
88 const TVector3<double>& normal, in set()
114 void SESVertex::setNormal(const TVector3<double>& normal) in setNormal()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/math/intersection/
H A Drayplane.h65 const Vector<T, 3>& normal) in intersect()
75 const Vector<T, 3>& normal, in intersect()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/non_matching/
H A Dimmersed_surface_quadrature.cc31 for (const auto &normal : normals) in ImmersedSurfaceQuadrature() local
45 const Tensor<1, dim> &normal) in push_back()
/dports/misc/dartsim/dart-6.11.1/dart/collision/ode/detail/
H A DOdePlane.cpp44 const Eigen::Vector3d& normal, in OdePlane()
66 const Eigen::Vector3d& normal = plane->getNormal(); in updateEngineData() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dcss_property_name_test.cc88 CSSPropertyName normal = GetCSSPropertyFontSize().GetCSSPropertyName(); in TEST_F() local
100 CSSPropertyName normal = GetCSSPropertyFontSize().GetCSSPropertyName(); in TEST_F() local
110 CSSPropertyName normal = GetCSSPropertyFontSize().GetCSSPropertyName(); in TEST_F() local
119 CSSPropertyName normal = GetCSSPropertyFontSize().GetCSSPropertyName(); in TEST_F() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dcss_property_name_test.cc89 CSSPropertyName normal = GetCSSPropertyFontSize().GetCSSPropertyName(); in TEST_F() local
101 CSSPropertyName normal = GetCSSPropertyFontSize().GetCSSPropertyName(); in TEST_F() local
111 CSSPropertyName normal = GetCSSPropertyFontSize().GetCSSPropertyName(); in TEST_F() local
120 CSSPropertyName normal = GetCSSPropertyFontSize().GetCSSPropertyName(); in TEST_F() local
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/gridpart/geometrygridpart/
H A Dintersection.hh99 GlobalCoordinate normal; in integrationOuterNormal() local
161 GlobalCoordinate normal; in outerNormal() local
168 GlobalCoordinate normal = outerNormal( local ); in unitOuterNormal() local
177 GlobalCoordinate normal; in centerUnitOuterNormal() local
/dports/graphics/wings/wings-8d019ebe48/e3d/
H A De3d_vec.erl158 normal({V10,V11,V12}, {V20,V21,V22}, {V30,V31,V32}) function
182 normal([{Ax,Ay,Az},{Bx,By,Bz},{Cx,Cy,Cz}]) function
190 normal([{Ax,Ay,Az},{Bx,By,Bz},{Cx,Cy,Cz},{Dx,Dy,Dz}]) function
204 normal([{Ax,Ay,Az},{Bx,By,Bz}|[{Cx,Cy,Cz}|_]=T]=First) function
/dports/math/cgal/CGAL-5.3/demo/Interpolation/
H A Dsurface_voronoi.cpp86 Point &p, Vector &normal){ in generate_sphere_points()
99 Point &p, Vector &normal){ in generate_cylinder_points()
122 Point &p, Vector &normal){ in generate_cube_points()
163 Point p; Vector normal; in main() local
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/
H A Dtriangulate_primitive.h89 const Vector& normal) in FacetTriangulator()
96 const Vector& normal) in FacetTriangulator()
110 const Vector& normal ) in triangulate()
174 const Vector& normal) in triangulate_with_points()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/tracks/
H A Ddrive_node_3d.cpp23 const Vec3 &p3, const Vec3 &normal, in DriveNode3D()
46 core::vector3df normal = getNormal().toIrrVector(); in getDistances() local

12345678910>>...388