Contents
Class OriginalPointArray
java.lang.Object
eu.mihosoft.vrl.v3d.ext.openjfx.shape3d.symbolic.SymbolicPointArray
eu.mihosoft.vrl.v3d.ext.openjfx.shape3d.symbolic.OriginalPointArray
-
Field Summary
Fields inherited from class eu.mihosoft.vrl.v3d.ext.openjfx.shape3d.symbolic.SymbolicPointArray
data, numPoints
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
update()
Updates the variables x, y, z based on the state of the other variables that this symbolic point depends on.
-
Constructor Details
-
Method Details
-
update
public void update()Description copied from class:SymbolicPointArray
Updates the variables x, y, z based on the state of the other variables that this symbolic point depends on.- Specified by:
update
in classSymbolicPointArray
-