iterative closest points
CEV ICP algorithm library
Loading...
Searching...
No Matches
view_config.cpp
Go to the documentation of this file.
1
7#include <cmath>
8#include "view_config.h"
9
10namespace view_config {
11 int window_width = 700;
12 int window_height = 700;
13
14 double x_displace = 100;
15 double y_displace = 50;
16
17 bool use_light_mode = false;
18
19 double view_scale = 100;
20}
double y_displace
double view_scale
bool use_light_mode
double x_displace