iterative closest points
CEV ICP algorithm library
Loading...
Searching...
No Matches
src
sim
view_config.cpp
Go to the documentation of this file.
1
/*
2
* @author Ethan Uppal
3
* @copyright Copyright (C) 2024 Ethan Uppal. All rights reserved.
4
*/
5
6
#include <cmath>
7
#include "
view_config.h
"
8
9
namespace
view_config
{
10
int
window_width
= 700;
11
int
window_height
= 700;
12
13
double
x_displace
= 100;
14
double
y_displace
= 50;
15
16
bool
use_light_background
=
false
;
17
}
view_config
Definition
view_config.cpp:9
view_config::use_light_background
bool use_light_background
Definition
view_config.cpp:16
view_config::window_height
int window_height
Definition
view_config.cpp:11
view_config::y_displace
double y_displace
Definition
view_config.cpp:14
view_config::window_width
int window_width
Definition
view_config.cpp:10
view_config::x_displace
double x_displace
Definition
view_config.cpp:13
view_config.h
Generated by
1.10.0