- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Filling/Inserter/SurfaceInserter.cpp
r93eae36 rd496fd 36 36 SurfaceInserter::SurfaceInserter(const Shape & _s, const Vector &_alignedAxis) : 37 37 shape(_s), 38 alignedAxis(_alignedAxis )38 alignedAxis(_alignedAxis.getNormalized()) 39 39 {} 40 40
Note:
See TracChangeset
for help on using the changeset viewer.