Documentation of 'org.jzy3d.plot3d.primitives.vbo.buffers.FloatVBO' Java class
FloatVBO
org.jzy3d.plot3d.primitives.vbo.buffers

Class FloatVBO

  • All Implemented Interfaces:
    VBO<java.nio.FloatBuffer>


    public class FloatVBO
    extends java.lang.Object
    implements VBO<java.nio.FloatBuffer>
    • Constructor Detail

      • FloatVBO

        public FloatVBO(int verticeBufferSize,
                        int indexBufferSize)
    • Method Detail

      • getVertices

        public java.nio.FloatBuffer getVertices()
        Specified by:
        getVertices in interface VBO<java.nio.FloatBuffer>
      • setVertices

        public void setVertices(java.nio.FloatBuffer vertices)
        Specified by:
        setVertices in interface VBO<java.nio.FloatBuffer>
      • getIndices

        public java.nio.IntBuffer getIndices()
        Specified by:
        getIndices in interface VBO<java.nio.FloatBuffer>
      • setIndices

        public void setIndices(java.nio.IntBuffer indices)
        Specified by:
        setIndices in interface VBO<java.nio.FloatBuffer>

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.