verb
verb copied to clipboard
c# Compilation
Hello,
I'm try to use your Lib under C# and after compiling to C# all objects:
Point, Vector, Matrix, KnotArray
due to typdef usage are transformed to
Array<object> in .cs files
Any help with that?
Same issue, is it possible to get a proper c# porting of the library?