rp1.rossum
Class RsSegSect

java.lang.Object
  extended by rp1.rossum.RsSegSect
All Implemented Interfaces:
java.io.Serializable

public class RsSegSect
extends java.lang.Object
implements java.io.Serializable

A class used to treat line intersections.

See Also:
Serialized Form

Field Summary
 boolean intersection
           
 double t1
           
 double t2
           
 double x
           
 double y
           
 
Constructor Summary
RsSegSect()
           
 
Method Summary
 boolean process(RsSegment s1, RsSegment s2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

intersection

public boolean intersection

t1

public double t1

t2

public double t2

x

public double x

y

public double y
Constructor Detail

RsSegSect

public RsSegSect()
Method Detail

process

public boolean process(RsSegment s1,
                       RsSegment s2)