Home
last modified time | relevance | path

Searched refs:normal_right (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/draw/engines/workbench/shaders/
H A Dworkbench_curvature_lib.glsl36 float normal_right = workbench_normal_decode(texture(normalBuffer, uv + offset.xz)).r;
39 float normal_diff = (normal_up - normal_down) + (normal_right - normal_left);
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/graphics/door/
H A DREADME.MD15 …cxong/cdogs-sdl/blob/master/graphics/door/blast/normal_right.png) normal_left + normal_hmid normal…
/dports/science/ghmm/ghmm-0.9-rc3/ghmm/
H A Dsmodel.h66 normal_right, /**< right tail */ enumerator
H A Dsreestimate.c514 if (smo->s[i].e[m].type == normal_right && fabs (r->mue_u_denom[i][m]) > DBL_MIN) { in sreestimate_setlambda()
846 if (cs->smo->s[i].e[j].type == normal_right) { in ghmm_cmodel_baum_welch()
H A Dsmodel.c1004 case normal_right: in ghmm_cmodel_get_random_var()
1913 case normal_right: in ghmm_cmodel_get_interval_B()
H A Dxmlwriter.c676 case normal_right: in writeContinuousStateContents()
H A Dxmlreader.c576 emission->type = normal_right; in parseState()
/dports/devel/godot/godot-3.2.3-stable/scene/resources/
H A Dprimitive_meshes.cpp1167 Vector3 normal_left, normal_right; in _create_mesh_array() local
1170 normal_right = Vector3(size.y, size.x * left_to_right, 0.0); in _create_mesh_array()
1172 normal_right.normalize(); in _create_mesh_array()
1193 normals.push_back(normal_right); in _create_mesh_array()
/dports/devel/godot-tools/godot-3.2.3-stable/scene/resources/
H A Dprimitive_meshes.cpp1167 Vector3 normal_left, normal_right; in _create_mesh_array() local
1170 normal_right = Vector3(size.y, size.x * left_to_right, 0.0); in _create_mesh_array()
1172 normal_right.normalize(); in _create_mesh_array()
1193 normals.push_back(normal_right); in _create_mesh_array()
/dports/science/ghmm/ghmm-0.9-rc3/ghmmwrapper/
H A Dwrapper_cmodel.i13 normal_right, /* right tail */ enumerator
H A Dghmmunittests.py1287 … self.densities = [ [ghmmwrapper.uniform], [ghmmwrapper.normal_right], [ghmmwrapper.normal_left] ]
1364 [ghmmwrapper.normal_right],
1447 self.CM1model.setEmission(1, 0, ghmmwrapper.normal_right, [6.0,1.0,5.5,1.0])
1809 densities = [[ghmmwrapper.uniform], [ghmmwrapper.normal_right], [ghmmwrapper.normal_left]]
H A Dghmm.py1832 elif emission.type == ghmmwrapper.normal_right:
4065 elif emission.type == ghmmwrapper.normal_right:
4101 emission.type == ghmmwrapper.normal_right or
4105 if emission.type == ghmmwrapper.normal_right:
4142 elif type == ghmmwrapper.normal_right:
4196 elif emission.type == ghmmwrapper.normal_right:
/dports/science/ghmm/ghmm-0.9-rc3/HMMEd/
H A DObjectHMM.py303 return (self.mu, self.sigma, self.tail, ghmmwrapper.normal_right)
503 elif cstate.getDensity(i) == ghmmwrapper.normal_right:
/dports/print/py-reportlab/reportlab-3.5.68/tests/
H A Dtest_platypus_paragraphs.py1251 normal_right = ParagraphStyle(name='normal_right',parent=normal,alignment=TA_RIGHT)
1279 … for s in (normal,normal_center,normal_right,normal_just,normal_indent, normal_indent_lv_2):
/dports/graphics/blender/blender-2.91.0/release/scripts/freestyle/modules/
H A Dparameter_editor.py661 product = bound(-1.0, -fe.normal_left.dot(fe.normal_right), 1.0)