Package choreo.trajectory
Class ProjectFile.XYExpression
java.lang.Object
choreo.trajectory.ProjectFile.XYExpression
- Enclosing class:
- ProjectFile
An xy pair of expressions.
-
Field Summary
Modifier and TypeFieldDescriptionfinal ProjectFile.Expression
The x expression.final ProjectFile.Expression
The y expression. -
Method Summary
-
Field Details
-
x
The x expression. -
y
The y expression.
-