Click or drag to resize

PolygonMathToPointsD2D Method

Overload List
 NameDescription
Public Extension MethodToPointsD2D(IEnumerablePointD2D, Double, Double, Double, Double) Creates integer polygon points from points consisting of doubles. The points can be transformed before converting to integers. First, the points are centered (x'=x-centerX, y'=y-centerY). Then the centered point is rotated. Lastly, the such transformated points is scaled.
Public Extension MethodToPointsD2D(IEnumerableValueTupleDouble, Double, Double, Double, Double, Double) Creates integer polygon points from points consisting of doubles. The points can be transformed before converting to integers. First, the points are centered (x'=x-centerX, y'=y-centerY). Then the centered point is rotated. Lastly, the such transformated points is scaled.
Top
See Also