Changeset 70 in pacpusframework for trunk/include/Pacpus/PacpusTools/geodesie.h


Ignore:
Timestamp:
01/10/13 11:24:23 (11 years ago)
Author:
Marek Kurdej
Message:

Added: more documentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/Pacpus/PacpusTools/geodesie.h

    r69 r70  
    3737struct Matrice
    3838{
     39    /// Copy ctor
    3940    Matrice(const Matrice & A);
     41    /// Ctor
    4042    Matrice();
     43    /// @todo Documentation
    4144    void Apply(double v0, double v1, double v2, double & Mv0, double & Mv1, double & Mv2);
    4245
    43     double c0_l0;double c1_l0;double c2_l0;
    44     double c0_l1;double c1_l1;double c2_l1;
    45     double c0_l2;double c1_l2;double c2_l2;
     46    /// @todo Documentation
     47    double c0_l0;
     48    /// @todo Documentation
     49    double c1_l0;
     50    /// @todo Documentation
     51    double c2_l0;
     52
     53    /// @todo Documentation
     54    double c0_l1;
     55    /// @todo Documentation
     56    double c1_l1;
     57    /// @todo Documentation
     58    double c2_l1;
     59
     60    /// @todo Documentation
     61    double c0_l2;
     62    /// @todo Documentation
     63    double c1_l2;
     64    /// @todo Documentation
     65    double c2_l2;
    4666};
    4767
Note: See TracChangeset for help on using the changeset viewer.