Searched refs:cells_shrink_ (Results 1 – 4 of 4) sorted by relevance
/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/gui/ |
H A D | simple_mesh_application.cpp | 86 cells_shrink_ = 0.0f; in SimpleMeshApplication() 280 "shrk.", &cells_shrink_, 0.0f, 1.0f, "%.2f" in draw_object_properties() 303 instance()->cells_shrink_ = std::min( in increment_cells_shrink_callback() 304 instance()->cells_shrink_ + 0.05f, 1.0f in increment_cells_shrink_callback() 309 instance()->cells_shrink_ = std::max( in decrement_cells_shrink_callback() 310 instance()->cells_shrink_ - 0.05f, 0.0f in decrement_cells_shrink_callback() 412 mesh_gfx_.set_shrink(double(cells_shrink_)); in draw_scene()
|
H A D | simple_mesh_application.h | 278 float cells_shrink_; variable
|
/dports/math/geogram/geogram-1.7.7/src/examples/graphics/demo_Delaunay3d/ |
H A D | main.cpp | 77 cells_shrink_ = 0.1f; in DemoDelaunay3dApplication() 175 ImGui::SliderFloat("##Shrk.", &cells_shrink_, 0.0f, 1.0f, "%.2f"); in draw_object_properties() 203 double s = double(cells_shrink_); in draw_cell() 209 if(cells_shrink_ != 0.0f) { in draw_cell() 471 float cells_shrink_; member in __anon03997ce50111::DemoDelaunay3dApplication
|
/dports/math/geogram/geogram-1.7.7/src/examples/contrib/topopt/ |
H A D | main.cpp | 441 "shrk.", &cells_shrink_, 0.0f, 1.0f, "%.2f" in draw_object_properties()
|