Class SymbolicPointArray
java.lang.Object
eu.mihosoft.vrl.v3d.ext.openjfx.shape3d.symbolic.SymbolicPointArray
- Direct Known Subclasses:
OriginalPointArray
,SubdividedPointArray
A 3D geometric point array that has the x, y, z coordinates of every point
as a function of other variables.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
update()
Updates the variables x, y, z based on the state of the other variables that this symbolic point depends on.
-
Field Details
-
data
public final float[] data -
numPoints
public final int numPoints
-
-
Constructor Details
-
SymbolicPointArray
protected SymbolicPointArray(float[] data)
-
-
Method Details
-
update
public abstract void update()Updates the variables x, y, z based on the state of the other variables that this symbolic point depends on.
-