#include <types.h>
template<typename Tp>
point2d struct
A point in 2D Euclidean space.
Template parameters | |
---|---|
Tp | Underlying type, either integral or floating point. |
Contents
Public types
- using value_type = Tp
Public static variables
- static std::size_t ndim constexpr