Click or drag to resize

PolygonMathToIntPoints Method

Overload List
 NameDescription
Public Extension MethodToIntPoints(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 MethodToIntPoints(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