Class SymbolicPointArray

java.lang.Object
eu.mihosoft.vrl.v3d.ext.openjfx.shape3d.symbolic.SymbolicPointArray
Direct Known Subclasses:
OriginalPointArray, SubdividedPointArray

public abstract class SymbolicPointArray extends Object
A 3D geometric point array that has the x, y, z coordinates of every point as a function of other variables.
  • Field Summary Link icon

    Fields
    Modifier and Type
    Field
    Description
    final float[]
     
    final int
     
  • Constructor Summary Link icon

    Constructors
    Modifier
    Constructor
    Description
    protected
    SymbolicPointArray(float[] data)
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    abstract void
    Updates the variables x, y, z based on the state of the other variables that this symbolic point depends on.

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details Link icon

    • data Link icon

      public final float[] data
    • numPoints Link icon

      public final int numPoints
  • Constructor Details Link icon

    • SymbolicPointArray Link icon

      protected SymbolicPointArray(float[] data)
  • Method Details Link icon

    • update Link icon

      public abstract void update()
      Updates the variables x, y, z based on the state of the other variables that this symbolic point depends on.