Changeset 274 for cpp/frams/model/model.h
- Timestamp:
- 12/18/14 12:49:55 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/model/model.h
r273 r274 393 393 394 394 void disturb(double amount); 395 void move(const Pt3D& shift); 396 /// rotate around the origin (move-rotate-move to rotate around arbitrary point) 397 void rotate(const Orient& rotation); 398 /// rotate around the origin (move-rotate-move to rotate around arbitrary point) 399 void rotate(const Pt3D& angles) {Orient o=Orient_1; o.rotate(angles); rotate(o);} 395 400 396 401 /// build this model using new shapes, based on the provided model that uses old shapes. See also shapeconvert.cpp.
Note: See TracChangeset
for help on using the changeset viewer.