Skip to content

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

@hakkidogusan

Description

@hakkidogusan

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions