Package org.vectomatic.dom.svg

Examples of org.vectomatic.dom.svg.OMSVGPoint


   * perpendicular to this line through p.
   * @param p The point which defines the tangent.
   * @return the intersection point.
   */
  public final OMSVGPoint intersectionPoint(OMSVGPoint p) {
  OMSVGPoint destination = getOwnerSVGElement().createSVGPoint();
    return intersectionPoint(p,destination);
  }
View Full Code Here

TOP

Related Classes of org.vectomatic.dom.svg.OMSVGPoint

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.