How can I get a vector type in C#?
Posted
by Mendokusai
on Stack Overflow
See other posts from Stack Overflow
or by Mendokusai
Published on 2009-01-31T19:55:34Z
Indexed on
2010/03/22
20:51 UTC
Read the original article
Hit count: 342
I want to use Vectors in a C# application I'm writing, sepcifically a Vector3.
What's the best way for me to get a Vector type without writing my own?
© Stack Overflow or respective owner