#include <types.h>
template<typename Tp>
werkzeugkiste::config::point3d struct

A point in 3D Euclidean space.

Template parameters
Tp Underlying type, either integral or floating point.

Public types

using value_type = Tp

Public static variables

static std::size_t ndim constexpr

Public variables

Tp x
Tp y
Tp z