vclip
Class Line2d

java.lang.Object
  extended byvclip.Line2d

public class Line2d
extends java.lang.Object


Constructor Summary
Line2d()
           
Line2d(javax.vecmath.Point2d q, javax.vecmath.Vector2d u)
           
 
Method Summary
 void scan(java.io.StreamTokenizer stok)
           
 void set(javax.vecmath.Point2d q, javax.vecmath.Vector2d u)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Line2d

public Line2d()

Line2d

public Line2d(javax.vecmath.Point2d q,
              javax.vecmath.Vector2d u)
Method Detail

set

public void set(javax.vecmath.Point2d q,
                javax.vecmath.Vector2d u)

scan

public void scan(java.io.StreamTokenizer stok)
          throws java.io.IOException
Throws:
java.io.IOException

toString

public java.lang.String toString()