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
DimensionlessPlanarVector.hpp File Reference
#include <array>
#include <cstddef>
#include <functional>
#include <ostream>
#include <string>
#include <type_traits>
#include "Base.hpp"
#include "Dimensions.hpp"
#include "PlanarVector.hpp"

Go to the source code of this file.

Classes

class  PhQ::DimensionlessPlanarVector< NumericType >
 Abstract base class that represents any dimensionless planar vector physical quantity. Such a physical quantity is composed only of a value where the value is a two-dimensional planar vector in the XY plane. Such a physical quantity has no unit of measure and no dimension set. More...
 

Namespaces

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