public class OriginalPointArray extends SymbolicPointArray
data, numPoints| Constructor and Description |
|---|
OriginalPointArray(PolygonMesh mesh)
Instantiates a new original point array.
|
| Modifier and Type | Method and Description |
|---|---|
void |
update()
Updates the variables x, y, z based on the state of the other variables
that this symbolic point depends on.
|
public OriginalPointArray(PolygonMesh mesh)
mesh - the meshpublic void update()
SymbolicPointArrayupdate in class SymbolicPointArray