iterative closest points
CEV ICP algorithm library
Loading...
Searching...
No Matches
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
9namespace view_config {
10 int window_width = 700;
11 int window_height = 700;
12
13 double x_displace = 100;
14 double y_displace = 50;
15
17}
bool use_light_background
double y_displace
double x_displace