Class CurveInfo

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

public class CurveInfo extends Object
  • Constructor Details

    • CurveInfo

      public CurveInfo(double height, double length, double apexPosition, double pitch, double yaw, double roll)
    • CurveInfo

      public CurveInfo(double height, double length, double apexPosition)
    • CurveInfo

      public CurveInfo(double height, double length)
  • Method Details

    • clone

      public CurveInfo clone()
      Overrides:
      clone in class Object
    • setHeight

      public void setHeight(double height)
    • setLength

      public void setLength(double length)
    • setApexPosition

      public void setApexPosition(double apexPosition)
      Parameters:
      apexPosition - where the highest point of the curve should be, must be less than length and greater than 0
    • setPitch

      public void setPitch(double pitch)
    • setYaw

      public void setYaw(double yaw)
    • setRoll

      public void setRoll(double roll)
    • getHeight

      public double getHeight()
    • getLength

      public double getLength()
    • getApexPosition

      public double getApexPosition()
      Returns:
      where the highest point of the curve should be
    • getPitch

      public double getPitch()
    • getYaw

      public double getYaw()
    • getRoll

      public double getRoll()