Hi All ( and specifically to Paul Pantera )
I gather from the GeometryInfo API that it can "indexify"
unindexed geometry. What I would like to know is whether
GeometryInfo uses any kind of tolerance to merge
nearly coincident vertices ( for example, floats differing
simply by round-offs ). If so,
Hi All
I have been doing some coding to create Raster Labels for
annotating a wireframe object. While I was trying to find
ways of getting hold of a FontMetrics object, I noticed
that Text2D API uses Toolkit.getDefaultToolkit().getFontMetrics()
accessor to achieve the same. However, when I tried