Class Triangle
java.lang.Object
com.openhtmltopdf.pdfboxout.quads.Triangle
- 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 -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisInside(Point2D.Float x, Point2D.Float y, Point2D.Float z, Point2D.Float p)
-
Field Details
-
a
-
b
-
c
-
-
Method Details
-
isInside
-