Java or Java3D do not have core fractal support, however writing your own
classes wouldn't be all that hard, and would be a good learning experience.

3D trees should be simple branching algorithms, But if you get into true
fractals involving complex numbers, Java does not contain a Complex class in
the core packages. (I've always been confused about why SUN choose not to
put one in).

But.... if you search the web, there is at least one out there, the Complex
class has all the maths for dealing with complex numbers, and is very
convenient.

-----Original Message-----
From: Tiza Asterinadewi [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 17, 2000 10:35 PM
To: [EMAIL PROTECTED]
Subject: [JAVA3D] Java3D and Fractals



Hi,

my name is Tiza. I'm new to this list. I'm a 4th year computer science
stundent at IPB in Indonesia. My plans for my last term paper and assignment
is on 3D dynamic trees using Java..I'm new to Java.. and I'm confused at the
momment. Does anybody know if Java3D library has something to do with
fractals.. or do we have to make our own class on that ?

Thank-You in advanced to those who respond...





Bye and Take Care

Tiza

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to