org.jzy3d.plot3d.primitives.vbo.buffers
Class FloatVBO
- java.lang.Object
-
- org.jzy3d.plot3d.primitives.vbo.buffers.FloatVBO
-
-
Constructor Summary
Constructors Constructor and Description FloatVBO(int verticeBufferSize, int indexBufferSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description BoundingBox3dgetBounds()java.nio.IntBuffergetIndices()java.nio.FloatBuffergetVertices()voidsetBounds(BoundingBox3d bounds)voidsetIndices(java.nio.IntBuffer indices)voidsetVertices(java.nio.FloatBuffer vertices)
-
-
-
Method Detail
-
getVertices
public java.nio.FloatBuffer getVertices()
- Specified by:
getVerticesin interfaceVBO<java.nio.FloatBuffer>
-
setVertices
public void setVertices(java.nio.FloatBuffer vertices)
- Specified by:
setVerticesin interfaceVBO<java.nio.FloatBuffer>
-
getIndices
public java.nio.IntBuffer getIndices()
- Specified by:
getIndicesin interfaceVBO<java.nio.FloatBuffer>
-
setIndices
public void setIndices(java.nio.IntBuffer indices)
- Specified by:
setIndicesin interfaceVBO<java.nio.FloatBuffer>
-
getBounds
public BoundingBox3d getBounds()
-
setBounds
public void setBounds(BoundingBox3d bounds)
-
-
DMelt 3.0 © DataMelt by jWork.ORG