You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 toArray<object>
in .cs filesAny help with that?
The text was updated successfully, but these errors were encountered: