XJRT Rendering Toolkit 1.0b06

org.autochthonous.graphics.rt.objects
Class Vertices

java.lang.Object
  extended byorg.autochthonous.graphics.rt.objects.Vertices

public class Vertices
extends java.lang.Object

a list of vertices.

Example:

        <Vertices>
            0.000, 1.000, 0.000,
            1.000, 1.000, 0.000,
            0.000, 0.000, 0.000,
            1.000, 0.000, 0.000
        </Vertices>
 

Document Type Definition:

     <!ELEMENT Vertices (#PCDATA)>
 


Method Summary
static Vertices getInstance(RMLReader in)
           
 Point3f[] vertices()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static Vertices getInstance(RMLReader in)
                            throws java.io.IOException
Throws:
java.io.IOException

vertices

public Point3f[] vertices()

XJRT Rendering Toolkit 1.0b06