Hi Everyone,
I have recently joined this mailing list (and infact recently
started using JAVA). I am developing a software which involves a HUGE number
of vertices. These vertices are divided into groups. That is, each set
represents a plane. Each of these planes have to be transformed (rotation
and translation).
* I have to read this vertices from a file, and I am not able to
figure out which java.io classes and methods, should I use to read these
"double" values from a file into an array (arrayList maybe???).
* What is the best way to store these points? The total number of
points do not change (till I am ready to write them into a file after some
calculation) and I frequently need to pull out these points sequentially.
Any suggestion would be a huge help. And could someone point me
towards a book/resource which deals in examples with reading/storing
geometric data?
Thanks
-Sachin
===========================================================================
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".