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

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

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

    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

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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.