Home
last modified time | relevance | path

Searched refs:AddNormal (Results 1 – 25 of 58) sorted by relevance

123

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/3d-viewer/3d_cache/sg/
H A Difsg_normals.cpp169 bool IFSG_NORMALS::AddNormal( double aXValue, double aYValue, double aZValue ) in AddNormal() function in IFSG_NORMALS
173 ( (SGNORMALS*) m_node )->AddNormal( aXValue, aYValue, aZValue ); in AddNormal()
178 bool IFSG_NORMALS::AddNormal( const SGVECTOR& aNormal ) in AddNormal() function in IFSG_NORMALS
182 ( (SGNORMALS*) m_node )->AddNormal( aNormal ); in AddNormal()
H A Dsg_normals.h52 void AddNormal( double aXValue, double aYValue, double aZValue );
53 void AddNormal( const SGVECTOR& aNormal );
H A Dsg_normals.cpp154 void SGNORMALS::AddNormal( double aXValue, double aYValue, double aZValue ) in AddNormal() function in SGNORMALS
160 void SGNORMALS::AddNormal( const SGVECTOR& aNormal ) in AddNormal() function in SGNORMALS
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/plugins/3dapi/
H A Difsg_normals.h53 bool AddNormal( double aXValue, double aYValue, double aZValue );
54 bool AddNormal( const SGVECTOR& aNormal );
/dports/devel/ignition-common/ignitionrobotics-ign-common-a5c4d5a35bb8/graphics/src/
H A DMeshManager.cc294 subMesh.AddNormal(norm); in CreateSphere()
399 subMesh.AddNormal(vec); in CreatePlane()
863 subMesh.AddNormal(norm); in CreateCylinder()
891 subMesh.AddNormal(0, 0, 1); in CreateCylinder()
898 subMesh.AddNormal(0, 0, 1); in CreateCylinder()
927 subMesh.AddNormal(0, 0, -1); in CreateCylinder()
986 subMesh.AddNormal(norm); in CreateCone()
1007 subMesh.AddNormal(0, 0, 1); in CreateCone()
1012 subMesh.AddNormal(0, 0, -1); in CreateCone()
1095 subMesh.AddNormal(norm); in CreateTube()
[all …]
H A DSTLLoader.cc140 subMesh.AddNormal(normal); in ReadAscii()
223 subMesh.AddNormal(normal); in ReadBinary()
233 subMesh.AddNormal(normal); in ReadBinary()
243 subMesh.AddNormal(normal); in ReadBinary()
H A DSubMesh_TEST.cc92 submesh->AddNormal(n0); in TEST_F()
97 submesh->AddNormal(n1); in TEST_F()
102 submesh->AddNormal(n2.X(), n2.Y(), n2.Z()); in TEST_F()
309 submeshCopy->AddNormal(math::Vector3d(0, 1, 0)); in TEST_F()
H A DSubMesh.cc136 void SubMesh::AddNormal(const ignition::math::Vector3d &_n) in AddNormal() function in SubMesh
142 void SubMesh::AddNormal(const double _x, const double _y, const double _z) in AddNormal() function in SubMesh
144 this->AddNormal(ignition::math::Vector3d(_x, _y, _z)); in AddNormal()
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dpart3d.inc32 function AddNormal(x,y,z: single): IBGRANormal3D; overload;
33 function AddNormal(pt: TPoint3D): IBGRANormal3D; overload;
34 function AddNormal(pt: TPoint3D_128): IBGRANormal3D; overload;
35 procedure AddNormal(ANormal: IBGRANormal3D); overload;
151 function TBGRAPart3D.AddNormal(x, y, z: single): IBGRANormal3D;
155 AddNormal(result);
158 function TBGRAPart3D.AddNormal(pt: TPoint3D): IBGRANormal3D;
162 AddNormal(result);
165 function TBGRAPart3D.AddNormal(pt: TPoint3D_128): IBGRANormal3D;
169 AddNormal(result);
[all …]
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dpart3d.inc32 function AddNormal(x,y,z: single): IBGRANormal3D; overload;
33 function AddNormal(pt: TPoint3D): IBGRANormal3D; overload;
34 function AddNormal(pt: TPoint3D_128): IBGRANormal3D; overload;
35 procedure AddNormal(ANormal: IBGRANormal3D); overload;
151 function TBGRAPart3D.AddNormal(x, y, z: single): IBGRANormal3D;
155 AddNormal(result);
158 function TBGRAPart3D.AddNormal(pt: TPoint3D): IBGRANormal3D;
162 AddNormal(result);
165 function TBGRAPart3D.AddNormal(pt: TPoint3D_128): IBGRANormal3D;
169 AddNormal(result);
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/3d-viewer/3d_rendering/opengl/
H A Dlayer_triangles.h62 void AddNormal( const SFVEC3F& aN1, const SFVEC3F& aN2, const SFVEC3F& aN3 );
64 void AddNormal( const SFVEC3F& aN1, const SFVEC3F& aN2, const SFVEC3F& aN3,
H A Dlayer_triangles.cpp75 void TRIANGLE_LIST::AddNormal( const SFVEC3F& aN1, const SFVEC3F& aN2, const SFVEC3F& aN3 ) in AddNormal() function in TRIANGLE_LIST
82 void TRIANGLE_LIST::AddNormal( const SFVEC3F& aN1, const SFVEC3F& aN2, const SFVEC3F& aN3, in AddNormal() function in TRIANGLE_LIST
212 m_layer_middle_contourns_quads->AddNormal( n3d0, n3d1, n3d1, n3d0 ); in AddToMiddleContourns()
/dports/devel/ignition-common/ignitionrobotics-ign-common-a5c4d5a35bb8/graphics/include/ignition/common/
H A DSubMesh.hh110 public: void AddNormal(const ignition::math::Vector3d &_n);
116 public: void AddNormal(const double _x, const double _y, const double _z);
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/view_map/
H A DViewEdgeXBuilder.cpp501 va->AddNormal(na); in BuildSmoothFEdge()
530 vb->AddNormal(nb); in BuildSmoothFEdge()
741 va->AddNormal(normalA); in BuildSharpFEdge()
742 va->AddNormal(normalB); in BuildSharpFEdge()
743 vb->AddNormal(normalA); in BuildSharpFEdge()
744 vb->AddNormal(normalB); in BuildSharpFEdge()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/plugins/3d/idf/
H A Ds3d_plugin_idf.cpp502 norms->AddNormal( 0.0, 0.0, 1.0 ); in vrmlToSG()
506 norms->AddNormal( 0.0, 0.0, -1.0 ); in vrmlToSG()
543 norms->AddNormal( vnorm ); in vrmlToSG()
544 norms->AddNormal( vnorm ); in vrmlToSG()
545 norms->AddNormal( vnorm ); in vrmlToSG()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/exporters/
H A Dexport_vrml.cpp1163 norms.AddNormal( 0.0, 0.0, 1.0 ); in create_vrml_plane()
1168 norms.AddNormal( 0.0, 0.0, -1.0 ); in create_vrml_plane()
1232 norms.AddNormal( 0.0, 0.0, 1.0 ); in create_vrml_shell()
1236 norms.AddNormal( 0.0, 0.0, -1.0 ); in create_vrml_shell()
1281 norms.AddNormal( vnorm ); in create_vrml_shell()
1282 norms.AddNormal( vnorm ); in create_vrml_shell()
1283 norms.AddNormal( vnorm ); in create_vrml_shell()
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/netgen/libsrc/csg/
H A Dtriapprox.hpp45 int AddNormal (const Vec<3> & n) { normals.Append (n); return normals.Size()-1; } in AddNormal() function in TriangleApproximation
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/csg/
H A Dtriapprox.hpp49 int AddNormal (const Vec<3> & n) { normals.Append (n); return normals.Size()-1; } in AddNormal() function in netgen::TriangleApproximation
/dports/cad/netgen/netgen-6.2.2105/libsrc/csg/
H A Dtriapprox.hpp49 int AddNormal (const Vec<3> & n) { normals.Append (n); return normals.Size()-1; } in AddNormal() function in netgen::TriangleApproximation
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fpdfapi/parser/
H A Dcpdf_cross_ref_table.h50 void AddNormal(uint32_t obj_num, uint16_t gen_num, FX_FILESIZE pos);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fpdfapi/parser/
H A Dcpdf_cross_ref_table.h50 void AddNormal(uint32_t obj_num, uint16_t gen_num, FX_FILESIZE pos);
H A Dcpdf_parser.cpp555 m_CrossRefTable->AddNormal(obj.obj_num, obj.info.gennum, obj.info.pos); in MergeCrossRefObjectsData()
635 cross_ref_table->AddNormal(obj_num, gen_num, obj_pos); in RebuildCrossRef()
763 m_CrossRefTable->AddNormal(objnum, 0, offset); in LoadCrossRefV5()
780 m_CrossRefTable->AddNormal(objnum, 0, offset); in LoadCrossRefV5()
/dports/misc/usd/USD-21.11/extras/usd/examples/usdObj/
H A Dstream.cpp119 UsdObjStream::AddNormal(GfVec3f const &normal) in AddNormal() function in UsdObjStream
374 AddNormal(*normalIter++); in AddData()
H A DstreamIO.cpp123 stream->AddNormal(newNormal); in UsdObjReadDataFromStream()
/dports/games/spring/spring_98.0/rts/Rendering/Models/
H A DOBJParser.h50 void AddNormal(const float3& v) { vnormals.push_back(v); } in AddNormal() function

123