ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/math/Vector3.hpp
(Generate patch)

Comparing trunk/OOPSE-2.0/src/math/Vector3.hpp (file contents):
Revision 1630 by tim, Thu Oct 21 21:31:39 2004 UTC vs.
Revision 1644 by tim, Mon Oct 25 22:46:19 2004 UTC

# Line 59 | Line 59 | namespace oopse {
59        data_[1] = y;
60        data_[2] = z;
61      }
62 +
63 +    /** Constructs and initializes from an array*/
64 +    inline Vector3(double* array) : Vector<Real, 3>(array) {}
65      
66      inline Vector3(const Vector<Real, 3>& v) : Vector<Real, 3>(v) {}
67      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines