Exemplo n.º 1
0
 public static extern TrivTVStruct *TrivTrilinearSrf(CagdPtStruct *Pt000,
                                                     CagdPtStruct *Pt001,
                                                     CagdPtStruct *Pt010,
                                                     CagdPtStruct *Pt011,
                                                     CagdPtStruct *Pt100,
                                                     CagdPtStruct *Pt101,
                                                     CagdPtStruct *Pt110,
                                                     CagdPtStruct *Pt111);
Exemplo n.º 2
0
 public static extern MdlTrimSegStruct *MdlDivideTrimCrv(MdlTrimSegStruct *Seg,
                                                         CagdPtStruct *Pts,
                                                         int Idx,
                                                         double Eps,
                                                         int *Proximity);
Exemplo n.º 3
0
 public static extern int MdlSplitTrimCrv(MdlTrimSegStruct *Seg,
                                          CagdPtStruct *Pts,
                                          int Idx,
                                          double Eps,
                                          int *Proximity);