package com.greensock.motionPaths {
	
	public class Direction {
		public static const CLOCKWISE:String="clockwise";
		public static const COUNTER_CLOCKWISE:String="counterClockwise";
		public static const SHORTEST:String="shortest";
	}
}