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

Multiply Vector4 with Matrix4x4 #108

Open
Shadowblitz16 opened this issue Oct 19, 2024 · 0 comments
Open

Multiply Vector4 with Matrix4x4 #108

Shadowblitz16 opened this issue Oct 19, 2024 · 0 comments

Comments

@Shadowblitz16
Copy link

C# doesn't let us multiply things like Vector4 with Matrix4x4 and Using something like Mul(a,b) is ugly and hard to read when stringing long mathematical operators together.

Consider The following...

  • Write your own math library using simd to include basic operations
  • Make an issue on .Net repo to include them
  • Find some way to extend System.Numerics structs using some sort of IL injection.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant