> Why?
>
> It sounds like you're trying to do some kind of collision detection,
> but aren't familiar with how that's done.
Hello,
Im realy not familar with the different kinds of collision detection. In
my
case I have a kind of water pipesystem (3D Lines) and I have to check the
connections and intersections of the lines. Because its a closed system,
there are many connections and intersections between the lines.
There are no other elemets than 3D lines, so I think a classic collision
detection is "too good" for my special problem. Im wrong here ?
If you know a "simple" collection detection that can handle my problem,
please let me know.
Thanx
Jens
"John Nagle" <nagle@[EMAIL PROTECTED]
> schrieb im Newsbeitrag
news:47f5c930$0$36350$742ec2ed@[EMAIL PROTECTED]
> Jens Hilwig wrote:
>> Hello,
>>
>> Im looking for a fast algorithm for detecting all Intersections of
>> multiple
>> linesegments.(only linesegments nothing else)
>
> Why?
>
> It sounds like you're trying to do some kind of collision detection,
> but aren't familiar with how that's done.
>
> John Nagle
> Animats


|