Clarification C++ export #694
-
I'm trying to Pinvoke the C++ dll to .NET and appreciate support regarding definition of CPaths64 . From the header export it says: //This 'counter path' has a single x,y coord pair with 'y' (not 'x') Is the 'counter path' 2x4 bytes (=8 bytes) or 2x8 bytes (64-bit system)? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
The counter pseudo-path always contains one (x,y) vertex, where x and y are both 64bit integers. Edit: Edit2: |
Beta Was this translation helpful? Give feedback.
-
I've just uploaded to the repository a major redesign of |
Beta Was this translation helpful? Give feedback.
The counter pseudo-path always contains one (x,y) vertex, where x and y are both 64bit integers.
The x value should always be 0 and the y value indicates the number of paths contained (ignoring the counter 'path').
Edit:
And I'm seriously considering redesigning clipper.export.h.
Edit2:
Done! 😁