Physical Quantities  v1.0.0
C++ library of physical quantities, physical models, and units of measure for scientific computing. https://github.com/acodcha/phq
Classes | Namespaces
DimensionalPlanarVector.hpp File Reference
#include <cstddef>
#include <functional>
#include <ostream>
#include <string>
#include "Base.hpp"
#include "Dimensions.hpp"
#include "PlanarVector.hpp"
#include "Unit.hpp"

Go to the source code of this file.

Classes

class  PhQ::DimensionalPlanarVector< UnitType, NumericType >
 Abstract base class that represents any dimensional planar vector physical quantity. Such a physical quantity is composed of a value and a unit of measure where the value is a two- dimensional planar vector in the XY plane. More...
 

Namespaces

 PhQ
 Namespace that encompasses all of the Physical Quantities library's content.