public interface FloatBuffer3DConsumer
| Modifier and Type | Method and Description |
|---|---|
void |
addAllOf(FloatArrayList x,
FloatArrayList y,
FloatArrayList z)
Adds all specified (x,y,z) points to the receiver.
|
void addAllOf(FloatArrayList x, FloatArrayList y, FloatArrayList z)
x - the x-coordinates of the points to be added.y - the y-coordinates of the points to be added.z - the z-coordinates of the points to be added.Jump to the Parallel Colt Homepage