Changeset 1022 for cpp/frams/util/3d.h


Ignore:
Timestamp:
07/28/20 21:27:07 (4 years ago)
Author:
Maciej Komosinski
Message:

Cosmetic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/util/3d.h

    r1020 r1022  
    4444        void getMin(const Pt3D& p);
    4545        void getMax(const Pt3D& p);
    46         double minComponent() const;
    47         double maxComponent() const;
     46        double minComponentValue() const;
     47        double maxComponentValue() const;
    4848        /** vector length = \f$\sqrt{x^2+y^2+z^2}\f$  */
    4949        double operator()() const;
Note: See TracChangeset for help on using the changeset viewer.