aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/star_control/fpoint.h
AgeCommit message (Collapse)Author
2017-04-05TITANIC: Change many doubles to floats to match original's precisionPaul Gilbert
Many of the Star Control classes in the original explicitly used floats rather than doubles. I'm switching to using them where applicable for now, since the resulting figures will more closely match the original, and it will be easier to spot errors in the various formulas
2017-03-01TITANIC: Implemented CStarView MouseMoveMsgPaul Gilbert
2017-02-28TITANIC: Beginnings of CBaseStar draw support methodsPaul Gilbert
2016-09-16TITANIC: Flesh out the FPoint classPaul Gilbert
2016-07-17TITANIC: Added FMatrix methodsPaul Gilbert
2016-07-17TITANIC: Beginnings of matrix and vector classesPaul Gilbert