Go to the documentation of this file.
4 #ifndef tools_sg_matrix_action
5 #define tools_sg_matrix_action
9 #include "../lina/mat4f"
19 :parent(a_out,a_ww,a_wh)
37 ,m_landscape(a_from.m_landscape)
42 parent::operator=(a_from);
47 m_landscape = a_from.m_landscape;
82 if(a_w==0.0F)
return false;
95 void model_point(
float& a_x,
float& a_y,
float& a_z,
float& a_w) {
#define TOOLS_ACTION(a__class, a__sclass, a__parent)