Optibits
Loading...
Searching...
No Matches
include
Optibits
modules
AABB.hpp
1
#pragma once
2
3
#include <cmath>
4
5
namespace
Optibits
6
{
7
8
struct
Point
9
{
10
double
x = .0, y = .0;
11
};
12
13
14
}
Optibits::Point
Definition
AABB.hpp:9
Generated by
1.12.0