pboyer / verb

Open-source, cross-platform NURBS
http://www.verbnurbs.com
MIT License
741 stars 106 forks source link

c# Compilation #50

Open sbialkowski-pixel opened 4 years ago

sbialkowski-pixel commented 4 years ago

Hello,

I'm try to use your Lib under C# and after compiling to C# all objects: Point, Vector, Matrix, KnotArray due to typdefusage are transformed to Array<object> in .cs files

Any help with that?

cesarecaoduro commented 3 years ago

Same issue, is it possible to get a proper c# porting of the library?