Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/geometry/FastGrid.h
| Context not available. | |||||
| */ | */ | ||||
| virtual void configure(const Vec3r &orig, const Vec3r &size, unsigned nb); | virtual void configure(const Vec3r &orig, const Vec3r &size, unsigned nb); | ||||
| /*! returns the cell whose coordinates are pased as argument */ | /*! returns the cell whose coordinates are passed as argument */ | ||||
| Cell *getCell(const Vec3u &p); | Cell *getCell(const Vec3u &p); | ||||
| /*! Fills the case p with the cell iCell */ | /*! Fills the case p with the cell iCell */ | ||||
| Context not available. | |||||