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)>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static Vertices getInstance(RMLReader in)
throws java.io.IOException
vertices
public Point3f[] vertices()