Changeset 59e7832 for molecuilder/src/vector_ops.cpp
- Timestamp:
- Apr 30, 2010, 1:33:12 PM (16 years ago)
- Children:
- 25e17e9
- Parents:
- 4eee8f
- File:
-
- 1 edited
-
molecuilder/src/vector_ops.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/vector_ops.cpp
r4eee8f r59e7832 126 126 y = Plane(axis,a,0).getNormal(); 127 127 } 128 catch ( LinearDependenceException &excp) {128 catch (MathException &excp) { 129 129 // The normal vector cannot be created if there is linar dependency. 130 130 // Then the vector to rotate is on the axis and any rotation leads to the vector itself.
Note:
See TracChangeset
for help on using the changeset viewer.
