iterative closest points
CEV ICP algorithm library
Loading...
Searching...
No Matches
view_config.h
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#pragma once
7
8namespace view_config {
9 extern int window_width;
10 extern int window_height;
11
12 extern double x_displace;
13 extern double y_displace;
14
15 extern bool use_light_background;
16}
bool use_light_background
double y_displace
double x_displace