Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use new math APIs #126

Closed
Tracked by #124
Seb-stian opened this issue Jul 24, 2021 · 0 comments · Fixed by #196
Closed
Tracked by #124

Use new math APIs #126

Seb-stian opened this issue Jul 24, 2021 · 0 comments · Fixed by #196
Labels
enhancement New feature or request priority: medium Moderately important

Comments

@Seb-stian
Copy link
Member

In .NET 6, these new methods were added:

  • SinCos
  • ReciprocalEstimate
  • ReciprocalSqrtEstimate

We should identify places where these methods can be used and use them. For example Entity.GetLookDirection.

@Seb-stian Seb-stian added enhancement New feature or request future This feature will be worked on in the future labels Jul 24, 2021
@Seb-stian Seb-stian added this to the Upgrade to .NET 6 milestone Jul 24, 2021
@Seb-stian Seb-stian mentioned this issue Jul 24, 2021
6 tasks
@Seb-stian Seb-stian changed the title Use new math APIS Use new math APIs Jul 24, 2021
@Naamloos Naamloos added priority: medium Moderately important and removed future This feature will be worked on in the future labels Nov 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority: medium Moderately important
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants