solv:: graphical coordinates are now always standard -- local_perspective used in all models

This commit is contained in:
Zeno Rogue
2019-09-12 22:50:10 +02:00
parent 537f9455ee
commit 1e81ed606d
3 changed files with 12 additions and 18 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ movedir vectodir(const hyperpoint& P) {
transmatrix U = ggmatrix(cwt.at);
if(GDIM == 3 && WDIM == 2) U = radar_transform * U;
if(pmodel == mdSolPerspective) U = solv::local_perspective * U;
if(solv::local_perspective_used()) U = solv::local_perspective * U;
hyperpoint H = sphereflip * tC0(U);
transmatrix Centered = sphereflip * rgpushxto0(H);