hit_result_t -- returned from hit detection More...
#include <vgfx-util.h>
Public Member Functions | |
hit_result_t (void) throw () | |
void | clear (void) throw () |
Public Attributes | |
Primitive * | p |
std::string | tag_path |
xform_2d_t | T |
float | x |
float | y |
hit_result_t -- returned from hit detection
Definition at line 104 of file vgfx-util.h.
vgfx::hit_result_t::hit_result_t | ( | void | ) | throw () [inline] |
Definition at line 105 of file vgfx-util.h.
void vgfx::hit_result_t::clear | ( | void | ) | throw () [inline] |
Definition at line 106 of file vgfx-util.h.
Definition at line 113 of file vgfx-util.h.
std::string vgfx::hit_result_t::tag_path |
Definition at line 114 of file vgfx-util.h.
Definition at line 115 of file vgfx-util.h.
float vgfx::hit_result_t::x |
Definition at line 116 of file vgfx-util.h.
float vgfx::hit_result_t::y |
Definition at line 117 of file vgfx-util.h.