Conversation
Adds helper methods and useful default values
|
The To be honest I think general vector math functions are outside the scope of VpNet as a library, and that it should be more minimal. If someone needs to use these features they can always use the original I'd be more in favor of having types that say something about the purpose of the data, for example a |
In that case, perhaps it would be better to simply reference System.Numerics.Vectors nuget and use that? |
Rewrite closely resembles .NET Vector3 struct, adding many helper methods and useful default values.