Bouncy Castle Rendering Toolkit 1.0

org.bouncycastle.graphics.rt.objects
Class Vertices

java.lang.Object
  |
  +--org.bouncycastle.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

vertices

public Point3f[] vertices()

Bouncy Castle Rendering Toolkit 1.0