public class Line extends Object
Modifier and Type | Method and Description |
---|---|
double |
getA() |
double |
getC() |
double |
getCrossPoint() |
double |
getLength() |
double |
getPerpendicularDistance(Point from) |
double |
getSlope() |
public double getA()
public double getSlope()
public double getC()
public double getCrossPoint()
public double getLength()
public double getPerpendicularDistance(Point from)
Copyright © 2017. All rights reserved.