Class: Point3Buffer
This page documents the methods and fields available in the Point3Buffer class.
Members
| Signature | Description |
|---|---|
Point3Buffer(NativeIntBuffer) | Creates a new instance of Point3Buffer. |
Point3Buffer(int) | Creates a new instance of Point3Buffer. |
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. |
getZ(int) | Returns the current z. |
isVboEnabled() | Returns whether vbo enabled is true. |
position(int) | Performs the position operation using the provided parameters (idx). |
put(Point3) | Sets or updates the the value. |
put(int, int, int) | Sets or updates the the value. |
set(int, Point3) | Sets or updates the the value. |
set(int, int, int, int) | Sets or updates the the value. |
setVboEnabled(boolean) | Sets or updates the vbo enabled. |