Home
last modified time | relevance | path

Searched defs:Polygon3r (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/geometry/
H A DPolygon.h181 inline Polygon3r() : Polygon<Vec3r>() in Polygon3r() function
185 inline Polygon3r(const vector<Vec3r> &vertices, const Vec3r &normal) : Polygon<Vec3r>(vertices) in Polygon3r() function
190 inline Polygon3r(const Polygon3r &poly) : Polygon<Vec3r>(poly), _normal(poly._normal) in Polygon3r() function
H A DGrid.h99 virtual void examineOccluder(Polygon3r * /*occ*/) in examineOccluder() argument