jfract V1.0a

org.jfract.math
Class VectorDouble

java.lang.Object
  |
  +--org.jfract.math.VectorDouble
All Implemented Interfaces:
java.io.Serializable

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

the class to manipulate lines in a Rn space

See Also:
Serialized Form

Field Summary
 PointDouble p1
           
 PointDouble p2
           
 
Constructor Summary
VectorDouble(PointDouble p1, PointDouble p2)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

p1

public PointDouble p1

p2

public PointDouble p2
Constructor Detail

VectorDouble

public VectorDouble(PointDouble p1,
                    PointDouble p2)

jfract V1.0a

Generee le 27.09.2002 08:21:59 PM