hispidence
|
73bf4d24a1
|
Clean headers a bit.
|
2021-07-03 23:08:46 +01:00 |
|
hispidence
|
3adf79879a
|
Make GameScriptPosition and GameScriptRotation convertible from PHD_3POS and add a function which puts their position or rotation data into a PHD_3POS. Make their members public since their setters and getters were trivial, aside from some tests which seem to serve no purpose (an int can't be larger than INT_MAX or smaller than INT_MIN).
|
2021-07-03 23:07:21 +01:00 |
|
hispidence
|
cabc14dbbc
|
Add Register and ConvertRotation member functions. ConvertRotation converts from degrees to the -32768 to 32767 system the renderer seems to expect.
Changed clamp values to -359 and 359, as 360 = -360 = 0.
|
2021-07-01 19:25:44 +01:00 |
|
hispidence
|
5056ebbb54
|
Make getters of GameScriptPosition and GameScriptRotation const.
|
2021-06-30 14:08:46 +01:00 |
|
MontyTRC89
|
d25cfb6c92
|
Moved GameScriptPosition, GameScriptRotation and GameScriptColor classes in separate files
|
2021-06-29 05:28:17 +02:00 |
|