Package org.rascalmpl.library.vis.util.vector

Examples of org.rascalmpl.library.vis.util.vector.Coordinate


    super(under,properties);
    children = new Figure[2];
    children[0] = under;
    children[1] = over;
    this.over = over;
    desiredOverlapLocation = new Coordinate();
  }
View Full Code Here

TOP

Related Classes of org.rascalmpl.library.vis.util.vector.Coordinate

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.