iterative closest points
CEV ICP algorithm library
Loading...
Searching...
No Matches
view_config.h
Go to the documentation of this file.
1
7#pragma once
8
9namespace view_config {
10 extern int window_width;
11 extern int window_height;
12
13 extern double x_displace;
14 extern double y_displace;
15
16 extern bool use_light_mode;
17
18 extern double view_scale;
19}
double y_displace
double view_scale
bool use_light_mode
double x_displace