Kaydet (Commit) 18b55ee4 authored tarafından Armin Le Grand's avatar Armin Le Grand

Small vector calculation correction

üst 72f0029a
......@@ -726,7 +726,7 @@ namespace basegfx
if(0.0 != fCutPos)
{
const B2DPoint aCutPoint(interpolate(aStartPoint, aStartPoint + rTangentPrev, fCutPos));
const B2DPoint aCutPoint(aStartPoint + (rTangentPrev * fCutPos));
aEdgePolygon.append(aCutPoint);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment