public interface DoubleBuffer3DConsumer
Modifier and Type | Method and Description |
---|---|
void |
addAllOf(DoubleArrayList x,
DoubleArrayList y,
DoubleArrayList z)
Adds all specified (x,y,z) points to the receiver.
|
void addAllOf(DoubleArrayList x, DoubleArrayList y, DoubleArrayList 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.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.