Rich2 / openstrat

Cross Platform Scala 2d graphics (but 3d compatible), basic geometry, maps, Earth maps, hex-tiling and strategy library(s).
https://richstrat.com
Apache License 2.0
22 stars 8 forks source link

Scala 3 Int * Double #146

Closed Rich2 closed 3 years ago

Rich2 commented 3 years ago

Dev/src/pSpace/Planets.scala line 30

posn = Pt2.circlePtClockwise(elapsed * 0.001 / math.sqrt(auRatio.cubed)).toDist2(dist)

Error with multiply.

Rich2 commented 3 years ago

Closing this into #154.