graphics
Class Ray2d

java.lang.Object
  |
  +--graphics.Ray2d

public class Ray2d
extends java.lang.Object


Constructor Summary
Ray2d(Line2d l)
           
Ray2d(graphics.Vec2d _p, graphics.Vec2d _d)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Ray2d

public Ray2d(Line2d l)

Ray2d

public Ray2d(graphics.Vec2d _p,
             graphics.Vec2d _d)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object