Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5668 in orxonox.OLD for trunk/src/lib/math/matrix.h


Ignore:
Timestamp:
Nov 21, 2005, 11:51:29 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: two of 3 eigenvectors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/math/matrix.h

    r5665 r5668  
    5151                     this->m21*v.x + this->m22*v.y + this->m23*v.z,
    5252                     this->m31*v.x + this->m32*v.y + this->m33*v.z );
    53 
    5453    }
    5554
     
    6766    }
    6867
    69     Vector eigenValues() const;
    70     void eigenVectors(Vector& a, Vector& b, Vector& c) const;
     68    Vector getEigenValues() const;
     69    void getEigenVectors(Vector& a, Vector& b, Vector& c) const;
    7170
    7271    /// @todo optimize
Note: See TracChangeset for help on using the changeset viewer.