Jump to content

GpiPolySpline: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

6 April 2025

  • curprev 20:5920:59, 6 April 2025 Iturbide talk contribs 3,709 bytes +3,709 Created page with "This function creates a succession of Bezier splines. ==Syntax== GpiPolySpline(hps, lCount, aptlPoints) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; lCount (LONG) - input : Count of points. : This is the number of points specified in aptlPoints. It must be three times the number of splines. The value must not be negative, and it must be divisible by 3. Zero is valid but causes no output. ; aptlPoints (PPOINTL) - input : An array of p..."