Quaternions for dumbster

New to FreeBASIC? Post your questions here.
Post Reply
etko
Posts: 113
Joined: May 27, 2005 7:55
Location: Slovakia
Contact:

Quaternions for dumbster

Post by etko »

It is possible to describe idea behind quaternions so simply that even dumbass like me would get it?

Is there some sample library or something? It would be great to have implementation in FB to learn from...
jdebord
Posts: 547
Joined: May 27, 2005 6:20
Location: Limoges, France
Contact:

Post by jdebord »

Try this:
http://www.lboro.ac.uk/departments/ma/g ... intro.html
I am working on a complex module for my FBMath library. I could add a quaternion library next.
jdebord
Posts: 547
Joined: May 27, 2005 6:20
Location: Limoges, France
Contact:

Post by jdebord »

I have posted a quaternion library in the "Tips & tricks" forum.

Now all you have to do is write a quaternion fractal program...
Post Reply