Class: Point2Buffer
This page documents the methods and fields available in the Point2Buffer class.
Members
| Signature | Description |
|---|---|
Point2Buffer() | Creates a new instance of Point2Buffer. |
array() | Performs the array operation. |
capacity() | Performs the capacity operation. |
get(int) | Returns the current value. |
getFloatBuffer() | Returns the current float buffer. |
getX(int) | Returns the current x. |
getY(int) | Returns the current y. |
isVboEnabled() | Returns whether vbo enabled is true. |
position(int) | Performs the position operation using the provided parameters (idx). |
put(Point2) | Sets or updates the the value. |
put(int, int) | Sets or updates the the value. |
setVboEnabled(boolean) | Sets or updates the vbo enabled. |