sddl.hierarchy
Class IntersectionPoint

java.lang.Object
  extended by sddl.hierarchy.AbstractPoint
      extended by sddl.hierarchy.IntersectionPoint

public class IntersectionPoint
extends AbstractPoint

Represents the intersection of two Paths

Version:
1.00
Author:
Mathieu Bourgeois

Constructor Summary
IntersectionPoint(Path p, Path q)
          Construct an Intersection point from 2 Paths
 
Method Summary
 IntersectionPoint copy()
          Returns a copy of this Point
 java.lang.String solve()
          Returns an Asymptote string describing the Point
 
Methods inherited from class sddl.hierarchy.AbstractPoint
add, combine, multiply
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntersectionPoint

public IntersectionPoint(Path p,
                         Path q)
Construct an Intersection point from 2 Paths

Parameters:
p - First path
q - Second path
Method Detail

copy

public IntersectionPoint copy()
Returns a copy of this Point

Specified by:
copy in class AbstractPoint
Returns:
A copy of this Point

solve

public java.lang.String solve()
Description copied from class: AbstractPoint
Returns an Asymptote string describing the Point

Specified by:
solve in class AbstractPoint
Returns:
An Asymptote string describing the Point