cpp-io2d / P0267_RefImpl

Reference Implementations of P0267, the proposed 2D graphics API for ISO C++
Other
313 stars 114 forks source link

Are these lines have typo errors for X,Y? #150

Open hakkidogusan opened 2 years ago

hakkidogusan commented 2 years ago

xgraphicsmathfloat_impl.h:

in point_for_angle(float ang, float mgn): result._X = _Round_floating_point_to_zero(result._Y); result._Y = _Round_floating_point_to_zero(result._Y); in point_for_angle(float ang, const point_2d_data_type& rad): result._X = _Round_floating_point_to_zero(result._X); result._X = _Round_floating_point_to_zero(result._Y);