#include <stdio.h>#include <stdlib.h>#include <stdarg.h>#include <math.h>#include <string.h>#include "inferno.h"#include "segment.h"#include "seguvs.h"#include "editor.h"#include "fix.h"#include "mono.h"#include "error.h"#include "kdefs.h"Functions | |
| void | compute_uv_side_center (uvl *uvcenter, segment *segp, int sidenum) |
| void | rotate_uv_points_on_side (segment *segp, int sidenum, fix *rotmat, uvl *uvcenter) |
| int | TexFlipX () |
| int | TexFlipY () |
| int | DoTexSlideLeft (int value) |
| int | TexSlideLeft () |
| int | TexSlideLeftBig () |
| int | DoTexSlideUp (int value) |
| int | TexSlideUp () |
| int | TexSlideUpBig () |
| int | DoTexSlideDown (int value) |
| int | TexSlideDown () |
| int | TexSlideDownBig () |
| void | rotate_uv_point (uvl *uvrot, fix *rotmat, uvl *uv, uvl *uvcenter) |
| void | create_2d_rotation_matrix (fix *rotmat, fix ang) |
| int | DoTexRotateLeft (int value) |
| int | TexRotateLeft () |
| int | TexRotateLeftBig () |
| int | DoTexSlideRight (int value) |
| int | TexSlideRight () |
| int | TexSlideRightBig () |
| int | DoTexRotateRight (int value) |
| int | TexRotateRight () |
| int | TexRotateRightBig () |
| int | TexSelectActiveEdge () |
| int | TexRotate90Degrees () |
| int | TexSetDefault () |
| int | TexIncreaseTiling () |
| int | TexDecreaseTiling () |
| int | TexStretchCommon (int direction) |
| int | TexStretchDown (void) |
| int | TexStretchUp (void) |
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6