lamdalili

Results 8 issues of lamdalili

Missing units: GR32_BlendASM, GR32_BlendMMX, GR32_BlendSSE2, GR32_Gamma .. not only for Delphi 10.2 but also for other versions, I don't know if they are deprecated and will be removed in the...

bug

Sometimes Grow produces an erroneous offset for concave angles except with jsRoundEx joinstyle that checks the new point before adding it miter error: ![mitererror](https://user-images.githubusercontent.com/40634105/66030928-b1f79980-e502-11e9-8357-24e378894c12.png) I changed the code of the...

I think adding new overload version for Transform to directly manipulate arrays is good idea this will save many precious calls to points handlers.

enhancement

In some situations GR32_LowLevel.Clamp(Value, Max: Integer) gives wrong result when Max hold negative value ie Clamp(pos,A-B) Original code: ``` if Value > Max then Result := Max else if Value...

I had division by zero at this line in the sub function InCircle of DelaunayTriangulation ``` CenterX := (M1 * MX1 - M2 * Mx2 + My2 - MY1) /...

bug

If VertexReduction called with closed path an infinite recursion will result in RamerDouglasPeucker I am not sure to understand the code but when I replace > with >= seems work...

bug