Package mgui.geometry.util
Class SortedShape3D.Vertex
java.lang.Object
mgui.geometry.util.SortedShape3D.Vertex
- Enclosing class:
- SortedShape3D
public static class SortedShape3D.Vertex
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Vertex(int index, org.jogamp.vecmath.Point3f pt)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
pt
public org.jogamp.vecmath.Point3f pt -
index
public int index
-
-
Constructor Details
-
Vertex
public Vertex(int index, org.jogamp.vecmath.Point3f pt)
-