Public Member Functions | |
| point_t () | |
| point_t (float pt_x_, float pt_y_, float pt_z_) | |
| point_t (double pt_x_, double pt_y_, double pt_z_) | |
Public Attributes | |
| float | x |
| float | y |
| float | z |
| float | normal_x |
| float | normal_y |
| float | normal_z |
| uint8_t | r |
| uint8_t | g |
| uint8_t | b |
| uint8_t | a |
| cajun::draw_static_triangles_t::point_t::point_t | ( | ) | [inline] |
| cajun::draw_static_triangles_t::point_t::point_t | ( | float | pt_x_, | |
| float | pt_y_, | |||
| float | pt_z_ | |||
| ) | [inline] |
| cajun::draw_static_triangles_t::point_t::point_t | ( | double | pt_x_, | |
| double | pt_y_, | |||
| double | pt_z_ | |||
| ) | [inline] |
Referenced by cajun::draw_static_triangles_t::load_vertices().
Referenced by cajun::draw_static_triangles_t::load_vertices().
Referenced by cajun::draw_static_triangles_t::load_vertices().
Referenced by cajun::draw_static_triangles_t::load_vertices().
Referenced by cajun::draw_static_triangles_t::load_vertices().
Referenced by cajun::draw_static_triangles_t::load_vertices().
Referenced by cajun::draw_static_triangles_t::load_vertices().
1.6.1