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

Add functions for calculating angle between two vectors #1135

Open
frutiemax opened this issue Nov 5, 2022 · 3 comments
Open

Add functions for calculating angle between two vectors #1135

frutiemax opened this issue Nov 5, 2022 · 3 comments
Labels
area-Maths enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@frutiemax
Copy link

It would be nice to have member functions of the Vector classes to calculate the angle between two vectors.

@frutiemax frutiemax added the enhancement New feature or request label Nov 5, 2022
@Perksey
Copy link
Member

Perksey commented Dec 18, 2023

cc @dfkeenan given that you're proposing some mathsy things!

@Perksey Perksey added help wanted Extra attention is needed good first issue Good for newcomers area-Maths labels Dec 18, 2023
@Perksey Perksey added this to the Future milestone Dec 18, 2023
@aquagoose
Copy link
Contributor

This is pretty much what the dot product does.

@Perksey
Copy link
Member

Perksey commented Dec 18, 2023

Oh. In that case this may not be needed, but I'll leave this open because it's possible that it can be paired with #1169 for explicitness (unless @dfkeenan comments otherwise)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Maths enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants