org.jzy3d.plot3d.primitives.vbo.buffers
Interface VBO<T>
-
- All Known Implementing Classes:
- FloatVBO
public interface VBO<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description BoundingBox3dgetBounds()java.nio.IntBuffergetIndices()TgetVertices()voidsetBounds(BoundingBox3d bounds)voidsetIndices(java.nio.IntBuffer indices)voidsetVertices(T vertices)
-
-
-
Method Detail
-
getVertices
T getVertices()
-
setVertices
void setVertices(T vertices)
-
getIndices
java.nio.IntBuffer getIndices()
-
setIndices
void setIndices(java.nio.IntBuffer indices)
-
getBounds
BoundingBox3d getBounds()
-
setBounds
void setBounds(BoundingBox3d bounds)
-
-
DMelt 3.0 © DataMelt by jWork.ORG