コード例 #1
0
 public static extern TrivTVStruct *TrivTVInterpolateSrfs(CagdSrfStruct *SrfList,
                                                          int OtherOrder,
                                                          CagdEndConditionType OtherEC,
                                                          CagdParametrizationType OtherParam,
                                                          double *OtherParamVals);
コード例 #2
0
 public static extern TrivTVStruct *TrivTVFromSrfs(CagdSrfStruct *SrfList,
                                                   int OtherOrder,
                                                   CagdEndConditionType OtherEC,
                                                   double *OtherParamVals);