namespace Polybrush
{
	/**
	 *	Describes the difference coordinate spaces that a vector may be flipped in.
	 */
	public enum z_MirrorCoordinateSpace
	{
		World,
		Camera
	}
}
