public abstract class SymbolicPointArray
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
float[] |
data
The data.
|
int |
numPoints
The num points.
|
| Modifier | Constructor and Description |
|---|---|
protected |
SymbolicPointArray(float[] data)
Instantiates a new symbolic point array.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
update()
Updates the variables x, y, z based on the state of the other variables
that this symbolic point depends on.
|