Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Offhand so
uses math;
for i := 0 to 100 do
begin
point := sin(DegToRad(6*pi/100 + i));
...
end;
Path1.Data.Clear;
Path1.Data.MoveTo(TPointF.Zero);
for var i := 0 to 1000 do
begin
var Pt := TPointF.Create(i * 10, sin(DegToRad(6*pi/1000+i)));
Path1.Data.LineTo(Pt);
end;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question