java.lang.Objectcomputational.geometry.RealSegment
public class RealSegment
Constructor Summary | |
---|---|
RealSegment(RealPoint p0,
RealPoint p1)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List |
getPoints()
|
Shape |
toShape()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RealSegment(RealPoint p0, RealPoint p1)
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.util.List getPoints()
public Shape toShape()
toShape
in interface RealShape