Abstracts working with shaders.
A small utility class that manages the viewport coordinates, together with the virtual "camera" posit...
Model of the high- and low-dimensional landmarks.
Renderer of the objects that are needed in the user interaction with the dataset.
bool is_brushing_active
If the brushing is active.
void set_rect_start_point(glm::vec2 mouse_pos)
bool is_within_rect(glm::vec2 point) const
const std::array< unsigned int, 6 > rect_indices
bool is_rect_pressed(glm::vec2 mouse_pos)
std::vector< size_t > selected_landmarks
std::array< glm::vec2, 4 > rect_vtxs
void prepare_data(float current_zoom)
void should_draw_circle(const View &view, glm::vec2 mouse_pos, float r)
bool is_within_circle(const glm::vec2 &vert, const glm::vec2 &pos, float radius)
void set_rect_end_point(glm::vec2 mouse_pos, const LandmarkModel &model)
void prepare_circle(float current_zoom)
void move_selection(glm::vec2 mouse_pos, LandmarkModel &landmarks)
void prepare_rectangle()
Prepare rectangle data used for multiselect.