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

    r4eee8f r59e7832  
    421421};
    422422
     423bool Vector::operator!=(const Vector& b) const
     424{
     425  return !IsEqualTo(b);
     426}
     427
    423428/** Sums vector \a to this lhs component-wise.
    424429 * \param a base vector
Note: See TracChangeset for help on using the changeset viewer.