Open sbialkowski-pixel opened 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
Point, Vector, Matrix, KnotArray
typdef
Array<object>
Any help with that?
Same issue, is it possible to get a proper c# porting of the library?
Hello,
I'm try to use your Lib under C# and after compiling to C# all objects:
Point, Vector, Matrix, KnotArray
due totypdef
usage are transformed toArray<object>
in .cs filesAny help with that?