geometry_kit
geometry_kit
PolygonUtils
tin method
tin
tin
method
Null safety
List
<
Triangle
>
tin
(
List
<
Point
<
num
>
>
polygon
)
Implementation
List<Triangle> tin(List<Point> polygon) { assert(polygon.length >= 3); return []; }
geometry_kit
geometry_kit
PolygonUtils
tin method
PolygonUtils class
Constructors
PolygonUtils
Properties
hashCode
runtimeType
Methods
noSuchMethod
tin
toString
Operators
operator ==
Static methods
area
getBottomPoint
getMostLeftPoint
getMostRightPoint
getPolygonBound
getPolygonFurthestVertexFromCentroid
getPolygonInnerCentroid
getPolygonInnerCircle
getPolygonOuterCircle
getPolygonOuterCircleCentroid
getPolygonSides
getTopPoint
isInsidePolygon