Go to the source code of this file.
Functions | |
void | geoSew (CDart *ADart1, CDart *ADart2, int ADim, bool ARotateCells=true, bool AScaleCells=true, bool ATranslateCells=true) |
bool | intuitiveGeoSew (CDart *ADart1, CDart *ADart2, bool ARotateCells=true, bool AScaleCells=true, bool ATranslateCells=true) |
void | geoBorderSew (CDart *ADart1, CDart *ADart2, int ADim, bool ARotateCells=true, bool AScaleCells=true, bool ATranslateCells=true) |
bool | intuitiveGeoBorderSew (CDart *ADart1, CDart *ADart2, bool ARotateCells=true, bool AScaleCells=true, bool ATranslateCells=true) |
void geoBorderSew | ( | CDart * | ADart1, | |
CDart * | ADart2, | |||
int | ADim, | |||
bool | ARotateCells = true , |
|||
bool | AScaleCells = true , |
|||
bool | ATranslateCells = true | |||
) |
Plaque le bord dimension ADim incident à ADart1 sur le bord de dimension ADim incident à ADart2 (si cela est possible) avant de les coudre entre eux.
ADart1 | Un brin de la carte | |
ADart2 | Un brin de la carte | |
ADim | La dimension dans laquelle doit se faire la couture | |
ARotateCells | Un booléen pour modifier ou non l'orientation | |
AScaleCells | Un booléen pour modifier ou non la taille | |
ATranslateCells | Un booléen pour modifier ou non la position |
void geoSew | ( | CDart * | ADart1, | |
CDart * | ADart2, | |||
int | ADim, | |||
bool | ARotateCells = true , |
|||
bool | AScaleCells = true , |
|||
bool | ATranslateCells = true | |||
) |
Plaque la cellule de dimension ADim incidente à ADart1 sur la cellule de dimension ADim incidente à ADart2 (si cela est possible) avant de les coudre entre elles.
ADart1 | Un brin de la carte | |
ADart2 | Un brin de la carte | |
ADim | La dimension dans laquelle doit se faire la couture | |
ARotateCells | Un booléen pour modifier ou non l'orientation | |
AScaleCells | Un booléen pour modifier ou non la taille | |
ATranslateCells | Un booléen pour modifier ou non la position |
bool intuitiveGeoBorderSew | ( | CDart * | ADart1, | |
CDart * | ADart2, | |||
bool | ARotateCells = true , |
|||
bool | AScaleCells = true , |
|||
bool | ATranslateCells = true | |||
) |
Appelle la méthode 'geoSewBorders' après avoir déterminé la dimension dans laquelle doit se faire la couture à l'aide de la méthode 'getBorderDimension'.
ADart1 | Un brin de la carte | |
ADart2 | Un brin de la carte | |
ARotateCells | Un booléen pour modifier ou non l'orientation | |
AScaleCells | Un booléen pour modifier ou non la taille | |
ATranslateCells | Un booléen pour modifier ou non la position |
bool intuitiveGeoSew | ( | CDart * | ADart1, | |
CDart * | ADart2, | |||
bool | ARotateCells = true , |
|||
bool | AScaleCells = true , |
|||
bool | ATranslateCells = true | |||
) |
Appelle la méthode 'geoSew' après avoir déterminé la dimension dans laquelle doit se faire la couture à l'aide de la méthode 'getSewDimension'.
ADart1 | Un brin de la carte | |
ADart2 | Un brin de la carte | |
ARotateCells | Un booléen pour modifier ou non l'orientation | |
AScaleCells | Un booléen pour modifier ou non la taille | |
ATranslateCells | Un booléen pour modifier ou non la position |