Euphoria
Variables
eu::kk Namespace Reference

Variables

constexpr float epsilon = 0.0001f
 
constexpr n3 x_axis = n3{1.0f, 0.0f, 0.0f}
 
constexpr n3 y_axis = n3{0.0f, 1.0f, 0.0f}
 
constexpr n3 z_axis = n3{0.0f, 0.0f, 1.0f}
 
constexpr n3 up = y_axis
 
constexpr n3 down = -y_axis
 
constexpr n3 right = x_axis
 
constexpr n3 left = -x_axis
 
constexpr n3 in = -z_axis
 
constexpr n3 out = z_axis
 

Variable Documentation

◆ down

constexpr n3 eu::kk::down = -y_axis
constexpr

Definition at line 128 of file vec3.h.

◆ epsilon

constexpr float eu::kk::epsilon = 0.0001f
constexpr

Definition at line 10 of file numeric.h.

◆ in

constexpr n3 eu::kk::in = -z_axis
constexpr

Definition at line 131 of file vec3.h.

◆ left

constexpr n3 eu::kk::left = -x_axis
constexpr

Definition at line 130 of file vec3.h.

◆ out

constexpr n3 eu::kk::out = z_axis
constexpr

Definition at line 132 of file vec3.h.

◆ right

constexpr n3 eu::kk::right = x_axis
constexpr

Definition at line 129 of file vec3.h.

◆ up

constexpr n3 eu::kk::up = y_axis
constexpr

Definition at line 127 of file vec3.h.

◆ x_axis

constexpr n3 eu::kk::x_axis = n3{1.0f, 0.0f, 0.0f}
constexpr

Definition at line 124 of file vec3.h.

◆ y_axis

constexpr n3 eu::kk::y_axis = n3{0.0f, 1.0f, 0.0f}
constexpr

Definition at line 125 of file vec3.h.

◆ z_axis

constexpr n3 eu::kk::z_axis = n3{0.0f, 0.0f, 1.0f}
constexpr

Definition at line 126 of file vec3.h.