Package com.jogamp.graph.geom
Interface Vertex.Factory<T extends Vertex>
-
- All Known Implementing Classes:
SVertex.Factory
- Enclosing interface:
- Vertex
public static interface Vertex.Factory<T extends Vertex>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tcreate()Tcreate(float[] coordsBuffer, int offset, int length, boolean onCurve)Tcreate(float x, float y, float z, boolean onCurve)Tcreate(int id, boolean onCurve, float[] texCoordsBuffer)Tcreate(Vertex src)
-