Ignore:
Timestamp:
Apr 30, 2010, 1:33:12 PM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
25e17e9
Parents:
4eee8f
Message:

Added unittests for planes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/vector_ops.cpp

    r4eee8f r59e7832  
    126126    y = Plane(axis,a,0).getNormal();
    127127  }
    128   catch (LinearDependenceException &excp) {
     128  catch (MathException &excp) {
    129129    // The normal vector cannot be created if there is linar dependency.
    130130    // 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.