Class Triangle
java.lang.Object
com.openhtmltopdf.pdfboxout.quads.Triangle
public class Triangle extends Object
- Author:
- Sunshine A class to represent a triangle Note that all three points should be different in order to work properly Source: https://www.sunshine2k.de/coding/java/Polygon/Kong/Kong.html
-
Field Summary
Fields Modifier and Type Field Description Point2D.FloataPoint2D.FloatbPoint2D.Floatc -
Method Summary
Modifier and Type Method Description static booleanisInside(Point2D.Float x, Point2D.Float y, Point2D.Float z, Point2D.Float p)
-
Field Details
-
a
-
b
-
c
-
-
Method Details
-
isInside
-