Ignore:
Timestamp:
Aug 3, 2009, 4:44:16 PM (16 years ago)
Author:
Saskia Metzler <metzler@…>
Children:
a87d5e6
Parents:
b65771
Message:

new function isNull(), output operator takes const argument

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/vector.hpp

    rb65771 r3219a0  
    2323        double Norm() const ;
    2424        double Angle(const Vector *y) const;
     25        bool IsNull();
     26
    2527
    2628        void AddVector(const Vector *y);
     
    5456};
    5557
    56 ostream & operator << (ostream& ost, Vector &m);
     58ostream & operator << (ostream& ost, const Vector &m);
    5759//Vector& operator+=(Vector& a, const Vector& b);
    5860//Vector& operator*=(Vector& a, const double m);
Note: See TracChangeset for help on using the changeset viewer.