Changeset 1022 for cpp/frams/util/3d.h
- Timestamp:
- 07/28/20 21:27:07 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/util/3d.h
r1020 r1022 44 44 void getMin(const Pt3D& p); 45 45 void getMax(const Pt3D& p); 46 double minComponent () const;47 double maxComponent () const;46 double minComponentValue() const; 47 double maxComponentValue() const; 48 48 /** vector length = \f$\sqrt{x^2+y^2+z^2}\f$ */ 49 49 double operator()() const;
Note: See TracChangeset
for help on using the changeset viewer.