public class TriangleCorner extends Object
Constructor and Description |
---|
TriangleCorner(Point2D o,
Point2D a,
Point2D b) |
Modifier and Type | Method and Description |
---|---|
double |
determinant() |
Balloon |
getBalloonInside() |
Balloon |
getCenterWithFixedRadius(double radius) |
Point2D |
getCornerOrBalloonCenter() |
double |
getCurvation() |
Point2D |
getO() |
Point2D |
getOnSegmentA(double dist) |
Point2D |
getOnSegmentB(double dist) |
boolean |
hasCurvation() |
String |
toString() |
public boolean hasCurvation()
public double getCurvation()
public Point2D getOnSegmentA(double dist)
public Point2D getOnSegmentB(double dist)
public Balloon getCenterWithFixedRadius(double radius)
public Point2D getCornerOrBalloonCenter()
public double determinant()
public Point2D getO()
public Balloon getBalloonInside()
Copyright © 2017. All Rights Reserved.