Class PolygonLayer

java.lang.Object
hm.zelha.particlesfx.util.PolygonLayer

public class PolygonLayer extends Object
only used in one of ParticlePolygon's constructors for more customizability
  • Constructor Details

    • PolygonLayer

      public PolygonLayer(int cornerAmount, double xRadius, double zRadius, double yPosition, double pitch, double yaw, double roll)
      See Also:
    • PolygonLayer

      public PolygonLayer(int cornerAmount, double xRadius, double zRadius, double yPosition, double yaw)
      See Also:
    • PolygonLayer

      public PolygonLayer(int cornerAmount, double xRadius, double zRadius, double yPosition)
      See Also:
    • PolygonLayer

      public PolygonLayer(int cornerAmount, double radius, double yPosition)
      See Also:
    • PolygonLayer

      public PolygonLayer(int cornerAmount, double radius)
      See Also:
  • Method Details

    • setCornerAmount

      public void setCornerAmount(int cornerAmount)
    • setXRadius

      public void setXRadius(double xRadius)
    • setZRadius

      public void setZRadius(double zRadius)
    • setYPosition

      public void setYPosition(double yPosition)
    • setPitch

      public void setPitch(double pitch)
    • setYaw

      public void setYaw(double yaw)
    • setRoll

      public void setRoll(double roll)
    • getCornerAmount

      public int getCornerAmount()
    • getXRadius

      public double getXRadius()
    • getZRadius

      public double getZRadius()
    • getYPosition

      public double getYPosition()
    • getPitch

      public double getPitch()
    • getYaw

      public double getYaw()
    • getRoll

      public double getRoll()