Element, InteractionSourceElementPointspublic interface ElementPoints extends Element
Title: ElementPoints
Description: A 3D cloud of points.
| Modifier and Type | Interface | Description |
|---|---|---|
static class |
ElementPoints.ElementPointsLoader |
Element.LoaderTARGET_POSITION, TARGET_SIZE| Modifier and Type | Method | Description |
|---|---|---|
double[][] |
getData() |
Gets the data of the coordinates of the points
|
void |
setData(double[][] data) |
Sets the data for the coordinates of the points.
|
getDrawingPanel3D, getName, getSizeX, getSizeY, getSizeZ, getStyle, getTransformation, getX, getY, getZ, isVisible, loadUnmutableObjects, setName, setSizeX, setSizeXYZ, setSizeXYZ, setSizeY, setSizeZ, setTransformation, setVisible, setX, setXYZ, setXYZ, setY, setZ, toBodyFrame, toSpaceFrameaddInteractionListener, getInteractionTarget, removeInteractionListenervoid setData(double[][] data)
data - double[][] the double[nPoints][3] array with the datadouble[][] getData()