Bitmap/Bézier curves/Cubic: Difference between revisions

Content added Content deleted
No edit summary
Line 549: Line 549:
{{works with|Delphi|6.0}}
{{works with|Delphi|6.0}}
{{libheader|SysUtils,StdCtrls}}
{{libheader|SysUtils,StdCtrls}}



<syntaxhighlight lang="Delphi">
<syntaxhighlight lang="Delphi">

{This code would normally be stored in a separate library, but they presented here for clarity}


type T2DVector=packed record
type T2DVector=packed record
Line 669: Line 670:
Elapsed Time: 1.171 ms.
Elapsed Time: 1.171 ms.
</pre>
</pre>




=={{header|F Sharp|F#}}==
=={{header|F Sharp|F#}}==