Searched refs:frompt (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dtobezier.cc622 Knotspec::pt_io_copy( REAL *topt, INREAL *frompt ) argument
626 topt[3] = (REAL) frompt[3];
628 topt[2] = (REAL) frompt[2];
630 topt[1] = (REAL) frompt[1];
632 topt[0] = (REAL) frompt[0];
636 *topt++ = (REAL) *frompt++;
647 Knotspec::pt_oo_copy( REAL *topt, REAL *frompt ) argument
651 topt[3] = frompt[3];
653 topt[2] = frompt[2];
655 topt[1] = frompt[
[all...]

Completed in 2 milliseconds