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.hpp

    r4eee8f r59e7832  
    8989  // operators for mathematical operations
    9090  bool operator==(const Vector& b) const;
     91  bool operator!=(const Vector& b) const;
    9192  const Vector& operator+=(const Vector& b);
    9293  const Vector& operator-=(const Vector& b);
Note: See TracChangeset for help on using the changeset viewer.