Constructive Area Geometry?
Constructive Area Geometry?
- Subject: Constructive Area Geometry?
- From: Ronny Reichmann <email@hidden>
- Date: Thu, 7 Dec 2006 13:27:59 +0100
Hello,
I have to do some »Constructive Area Geometry« operations in my app
(adding, subtracting, exclusiveOr NSBezierPaths). To do this I wrote
a little Java-Command-Line-Tool that takes argument-strings that
describe the pathes and what to do with it. As you can imagine
converting the paths to strings, launch the java-tool at commandline
with that strings, parsing them to the needed JavaObjects, calculate
the result, create strings from the result and last but not least
parsing a NSBezierPath from the result string is not the fastest way
of doing this. But it works.
My questions is: has someone done the same thing using JNI? I tried
it but I found myself unable to understand the C-Code necessary to do
that. Describing something like a NSBezierPath in simple C-data-types
is far to complex for me.
Is there an existing solution? Or another one that doesn't utilize java?
Thanks for any help,
ron_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden