Are these lines have typo errors for X,Y?
Opened this issue · 0 comments
hakkidogusan commented
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);