Lines Matching defs:ncoords
67 int ncoords; /* coordinates per control point */
120 long ncoords ) /* number of coordinates per control point */
125 spline.layout( ncoords );
136 long ncoords ) /* number of coordinates per control point */
141 spline.layout( ncoords );
228 Splinespec::layout( long ncoords )
231 long stride = ncoords;
239 knotspec->ncoords = (int) ncoords;
624 switch( ncoords ) {
635 for( int i = 0; i < ncoords; i++ )
649 switch( ncoords ) {
660 memcpy( topt, frompt, ncoords * sizeof( REAL ) );
672 switch( ncoords ) {
683 for( int i = 0; i < ncoords; i++ )