Class SubdividedPointArray

java.lang.Object
eu.mihosoft.vrl.v3d.ext.openjfx.shape3d.symbolic.SymbolicPointArray
eu.mihosoft.vrl.v3d.ext.openjfx.shape3d.symbolic.SubdividedPointArray

public class SubdividedPointArray extends SymbolicPointArray
  • Constructor Details Link icon

  • Method Details Link icon

    • addFacePoint Link icon

      public int addFacePoint(int[] vertices)
    • addEdgePoint Link icon

      public int addEdgePoint(int[] facePoints, int fromPoint, int toPoint, boolean isBoundary)
    • addControlPoint Link icon

      public int addControlPoint(int[] facePoints, int[] edgePoints, int[] fromEdgePoints, int[] toEdgePoints, boolean[] isEdgeBoundary, int origPoint, boolean isBoundary, boolean hasInternalEdge)
    • update Link icon

      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 class SymbolicPointArray