Collection with all kind of math and distance stuff

For everything that's not in any way related to PureBasic. General chat etc...
va!n
Addict
Addict
Posts: 1104
Joined: Wed Apr 20, 2005 12:48 pm

Collection with all kind of math and distance stuff

Post by va!n »

i am not sure to poste this or nor... but i think the following page could help some people having questions to math and distance related stuff.

http://www.geometrictools.com/SourceCode.html
va!n aka Thorsten

Intel i7-980X Extreme Edition, 12 GB DDR3, Radeon 5870 2GB, Windows7 x64,
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Post by Psychophanta »

Distance from a point to a rectangle (3D).
Wm3DistVector3Rectangle3.cpp , Wm3DistVector3Rectangle3.h

Distance from a point to a triangle (3D).
Wm3DistVector3Triangle3.cpp , Wm3DistVector3Triangle3.h
A triangle 3D :?:
A rectangle 3D :?:
Mmmm... wierd!!

Moreover, this is not a C/C++ forum :x
I hate C, it is so complex, Whatever ASM is much more easy and powerful :evil:
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
va!n
Addict
Addict
Posts: 1104
Joined: Wed Apr 20, 2005 12:48 pm

Post by va!n »

Psychophanta wrote:
Moreover, this is not a C/C++ forum :x
I hate C, it is so complex, Whatever ASM is much more easy and powerful :evil:
ok... once again i only thought it would be a helpfull link with some infos about how to get disctance between any kind of objects and some other stuff... but since get once again the answer that this isnt a c/c++ forum i will stop from now to poste anything in this section!

In my eyes i find it really sad that people are blame me about posting c/c++ stuff that could be a bit readable for some guys... but then i have to read that ASM should be more easy? I think C/C++ is more readable for a lot people instead any pure ASM stuff...

so no more comments from my side about whats going on here! I am out here!
va!n aka Thorsten

Intel i7-980X Extreme Edition, 12 GB DDR3, Radeon 5870 2GB, Windows7 x64,
fweil
Enthusiast
Enthusiast
Posts: 725
Joined: Thu Apr 22, 2004 5:56 pm
Location: France
Contact:

Post by fweil »

@va!n,

This one you went the right way to show a link to a huge amount of information. Even if it is c coding, those who can understand, translate, use it will process.

Others don't have a gun over the head to go there.

You should continue, from time to time, litterature you discover. Just a link to is good.
My avatar is a small copy of the 4x1.8m image I created and exposed at 'Le salon international du meuble à Paris' january 2004 in Matt Sindall's 'Shades' designers exhibition. The original laminated print was designed using a 150 dpi printout.
techjunkie
Addict
Addict
Posts: 1126
Joined: Wed Oct 15, 2003 12:40 am
Location: Sweden
Contact:

Post by techjunkie »

Psychophanta wrote: Moreover, this is not a C/C++ forum :x
I hate C, it is so complex, Whatever ASM is much more easy and powerful :evil:
That's true that this is not a C/C++ forum, but it is posted in "Off Topic" and I'm sure more people are interested in good C/C++ links, than for example in Hasselhoff pictures.

AND... you can always convert the C/C++ code to PB! *lol*
Image
(\__/)
(='.'=) This is Bunny. Copy and paste Bunny into your
(")_(") signature to help him gain world domination.
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Post by Psychophanta »

techjunkie wrote: AND... you can always convert the C/C++ code to PB! *lol*
No, no, va!n should do it, he begans this topic, and that would be the right way to help the PB community:
to convert other code to PB, but not to show C/C++ codes.
Last edited by Psychophanta on Sun Sep 25, 2005 10:39 pm, edited 1 time in total.
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

I agree with techjunkie, and this thread is even MORE relevant to programming than this: viewtopic.php?t=16866&postdays=0&postorder=asc&start=0
whatever i dont care. But if one should run by a very interesting source, no matter what language, i think it is ok to post it here.
User avatar
djes
Addict
Addict
Posts: 1806
Joined: Sat Feb 19, 2005 2:46 pm
Location: Pas-de-Calais, France

Post by djes »

Hey MrVa!n!
What a terrific compilation!

Bookmarked

Thank you! :wink:
User avatar
Andre
PureBasic Team
PureBasic Team
Posts: 2148
Joined: Fri Apr 25, 2003 6:14 pm
Location: Germany (Saxony, Deutscheinsiedel)
Contact:

Post by Andre »

The geometric tools website was already added to the ressource links on PureArea.net some time ago. Because I found it useful, when I got the link from german forum... :wink:
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)
Post Reply