|
|
|
SAA_splineCreateCreates a spline. set scene [SAA_AllocScene] . . set type [SAA_AllocSplineType] set closed 0 or 1 set nbCtrlVertices 32 set ctrlVertices [ SAA_AllocDVector $nbCtrlVertices] set spline [SAA_AllocElem] SAA_splineCreate $scene $SAA_Constants(SAA_SPL_xxx) $closed $nbCtrlVertices $ctrlVertices $spline
Return Value
|
|
copyright Video-Collage Inc. |