mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 12:02:47 -05:00
WIP: Move old geometry solver to include/geo
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
|
||||
#include <geometry.hpp>
|
||||
#include <geo/geometry.hpp>
|
||||
|
||||
template<class V>
|
||||
float dot(int n, const V &a, const V &b) {
|
||||
@@ -6,7 +6,7 @@
|
||||
#include <numeric>
|
||||
#include <iostream>
|
||||
|
||||
#include <geometry.hpp>
|
||||
#include <geo/geometry.hpp>
|
||||
|
||||
#include "combo.hpp"
|
||||
|
||||
Reference in New Issue
Block a user