Class ProjectFile.Expression

java.lang.Object
choreo.trajectory.ProjectFile.Expression
Enclosing class:
ProjectFile

public static class ProjectFile.Expression extends Object
A representation of an expression. An equation and its value.
  • Field Details

    • exp

      public final String exp
      The equation.
    • val

      public final double val
      The value.