mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-18 19:24:48 +00:00
dual_point only in aperiodic
This commit is contained in:
parent
cd391412aa
commit
314a7af3fd
@ -2679,6 +2679,7 @@ EX namespace linepatterns {
|
||||
EX ld dual_angle = 0;
|
||||
|
||||
hyperpoint dualpoint() {
|
||||
if(!aperiodic) return tile_center();
|
||||
if(dual_length)
|
||||
return xspinpush0(dual_angle * degree, dual_length);
|
||||
return tile_center();
|
||||
|
Loading…
Reference in New Issue
Block a user