public final class Lseg extends Object
lseg
Uses double to represent the coordinates.
double
boolean
equals(Object o)
Point
getP1()
getP2()
int
hashCode()
static Lseg
of(Point p1, Point p2)
Lseg
points
p1
p2
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static Lseg of(Point p1, Point p2)
IllegalArgumentException
null
public Point getP1()
public Point getP2()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2022. All rights reserved.