SOFUS ..
|
Point type (aligned) More...
#include <smath_types.hpp>
Public Member Functions | |
point_t ()=default | |
point_t (const T &a, const T &b, const T &c) | |
point_t (std::initializer_list< T > args) | |
point_t< T > & | operator+= (const point_t< T > &other) |
Static Public Attributes | |
static const point_t | xaxis = point_t<T>(T(1.0), T(0.0), T(0.0)) |
x-axis More... | |
static const point_t | yaxis = point_t<T>(T(0.0), T(1.0), T(0.0)) |
y-axis More... | |
static const point_t | zaxis = point_t<T>(T(0.0), T(0.0), T(1.0)) |
z-axis More... | |
Point type (aligned)
Point as an aligned array
|
default |
|
inline |
|
inline |