Home
last modified time | relevance | path

Searched defs:get_normals (Results 1 – 14 of 14) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/
H A Dboxm2_normal_albedo_array.cxx10 std::vector<vgl_vector_3d<double> > boxm2_normal_albedo_array::get_normals() in get_normals() function in boxm2_normal_albedo_array
/dports/multimedia/obs-streamfx/obs-StreamFX-0.9.3/source/obs/gs/
H A Dgs-vertexbuffer.cpp280 vec3* gs::vertex_buffer::get_normals() in get_normals() function in gs::vertex_buffer
/dports/math/libmesh/libmesh-1.6.2/include/fe/
H A Dfe_abstract.h391 const std::vector<Point> & get_normals() const in get_normals() function
H A Dfe_map.h439 const std::vector<Point> & get_normals() const in get_normals() function
/dports/games/spring/spring_98.0/rts/lib/assimp/code/
H A DTriangulateProcess.cpp140 bool get_normals = true; in TriangulateMesh() local
/dports/devel/upp/upp/bazaar/plugin/assimp/code/PostProcessing/
H A DTriangulateProcess.cpp145 bool get_normals = true; in TriangulateMesh() local
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DTriangulateProcess.cpp141 bool get_normals = true; in TriangulateMesh() local
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A DTriangulateProcess.cpp141 bool get_normals = true; in TriangulateMesh() local
/dports/devel/godot/godot-3.2.3-stable/thirdparty/assimp/code/PostProcessing/
H A DTriangulateProcess.cpp145 bool get_normals = true; in TriangulateMesh() local
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/assimp/code/PostProcessing/
H A DTriangulateProcess.cpp145 bool get_normals = true; in TriangulateMesh() local
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DTriangulateProcess.cpp143 bool get_normals = true; in TriangulateMesh() local
/dports/multimedia/assimp/assimp-5.1.3/code/PostProcessing/
H A DTriangulateProcess.cpp227 bool get_normals = true; in TriangulateMesh() local
/dports/devel/simgear/simgear-2020.3.11/simgear/io/
H A Dsg_binobj.hxx224 inline const std::vector<SGVec3f>& get_normals() const { return normals; } in get_normals() function in SGBinObject
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/measure/
H A D_marching_cubes_lewiner_cy.pyx355 def get_normals(self): member in Cell