#include <muu/plane.h>
template <typename Scalar>
muu::constants<plane<Scalar>> struct

Plane constants.

Public static variables

static plane<Scalar> xy constexpr
The XY plane.
static plane<Scalar> xz constexpr
The XZ plane.
static plane<Scalar> yz constexpr
The YZ plane.
static plane<Scalar> zero constexpr
A plane with all members initialized to zero.