summaryrefslogtreecommitdiff
path: root/src/Direction.java
blob: dccb87fb435dc5eaf3545cf89bc0837ba84b049f (plain)
1
2
3
4
5
6
/**
 * Specifies the direction of a line segment.
 */
public enum Direction {
    X, Y, Z
}