/**
 * Author: S. Smith
 * Revised: March 5, 2017
 * 
 * Description: Set of PointT
 */

public class VectorTSet extends GenericSet<VectorT>
{
}