Closed Karutoh closed 11 months ago
Changed Vector2D internal type to be uint32_t, removed underscore from the x and y members, fixed the type mismatching in methods, removed getX and getY as they are not needed due to the two member variables being public.
uint32_t
x
y
getX
getY
Changed Vector2D internal type to be
uint32_t
, removed underscore from thex
andy
members, fixed the type mismatching in methods, removedgetX
andgetY
as they are not needed due to the two member variables being public.