mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-10 22:36:02 +00:00
namespace hyperpoint_vec removed
This commit is contained in:
@@ -37,7 +37,6 @@ ld inner(hyperpoint h1, hyperpoint h2) {
|
||||
}
|
||||
|
||||
hyperpoint circumscribe(hyperpoint a, hyperpoint b, hyperpoint c) {
|
||||
using namespace hyperpoint_vec;
|
||||
hyperpoint h = C0;
|
||||
|
||||
b = b - a;
|
||||
@@ -207,7 +206,6 @@ int rearrange(bool total, ld minedge) {
|
||||
int tooshort = 0;
|
||||
for(int i=0; i<isize(cells); i++) {
|
||||
auto& p1 = cells[i];
|
||||
using namespace hyperpoint_vec;
|
||||
hyperpoint h = Hypc;
|
||||
for(auto v: p1.vertices) h = h + v;
|
||||
|
||||
|
Reference in New Issue
Block a user