C#C
C#4y ago
hanu

Most convenient method to handle 3D vectors?

I'm looking for a struct/class in which magnitude(L2 norm), normalize, multiplication with a scalar, and dot product are implemented. Thank you.
Was this page helpful?