|
Functions |
double __fastcall | jMATangle (TPoint deb, TPoint origine, TPoint fin) |
bool __fastcall | jDRWpoint (TCanvas *cv, TPoint p, int size) |
bool __fastcall | jDRWrectangle (TCanvas *cv, int x1, int y1, int x2, int y2) |
bool __fastcall | jDRWtext (TCanvas *cv, AnsiString _text, int _posX, int _posY, int _angle) |
bool __fastcall | jVCTcopy (vector< TPoint > *src, vector< TPoint > *dst) |
bool __fastcall | jVCTrotation (const TPoint point, TPoint &dst, const TPoint origine, double angle) |
bool __fastcall | jVCTrotation (TPoint &point, const TPoint origine, double angle) |
bool __fastcall | jVCTstretch (vector< TPoint > *src, vector< TPoint > *dst, TPoint origine, double coeffx, double coeffy) |
bool __fastcall | jVCTstretch (vector< TPoint > *v, TPoint origine, double coeffx, double coeffy) |
bool __fastcall | jVCTmove (vector< TPoint > *src, vector< TPoint > *dst, int x, int y) |
bool __fastcall | jVCTmove (vector< TPoint > *v, int x, int y) |
bool __fastcall | jVCTrotate (vector< TPoint > *src, vector< TPoint > *dst, TPoint origine, double angle) |
bool __fastcall | jVCTrotate (vector< TPoint > *v, TPoint origine, double angle) |
bool __fastcall | jVCTinside (TPoint p, vector< TPoint > *v) |
bool __fastcall | jVCTdirection (vector< TPoint > *src, vector< TPoint > *dst, TPoint deb, TPoint fin, bool conserveProportion) |
bool __fastcall | jVCTdirection (vector< TPoint > *v, TPoint deb, TPoint fin, bool conserveProportion) |
TRect __fastcall | jVCTzone (vector< TPoint > *v) |
bool __fastcall | jVCTmove (vector< TPoint > *src, vector< TPoint > *dst, TPoint p) |
bool __fastcall | jVCTmove (vector< TPoint > *v, TPoint p) |
bool __fastcall | jVCTfetch (vector< TPoint > *src, vector< TPoint > *dst, TRect zone) |
bool __fastcall | jVCTfetch (vector< TPoint > *v, TRect zone) |
bool __fastcall | jVCTfetch (vector< TPoint > *src, vector< TPoint > *dst, TRect z_src, TRect z_dst) |
bool __fastcall | jVCTfetch (vector< TPoint > *v, TRect z_src, TRect z_dst) |
TPoint __fastcall | jVCTfetch (const TRect &_container, const TRect &_content, const TPoint &_point) |
TRect __fastcall | jVCTfetch (const TRect &_container, const TRect &_content) |
bool __fastcall | jVCTloadFromFile (vector< TPoint > *v, FILE *f) |
bool __fastcall | jVCTsaveToFile (vector< TPoint > *v, FILE *f) |
bool __fastcall | jVCTloadFromStream (vector< TPoint > *v, TStream *_str) |
bool __fastcall | jVCTsaveToStream (vector< TPoint > *v, TStream *_str) |
bool __fastcall | jDRWshape (TCanvas *cv, vector< TPoint > *v) |
TRect __fastcall | jVCTunion (TRect &r1, TRect &r2) |
TRect __fastcall | jVCTinter (TRect &r1, TRect &r2) |
TRect __fastcall | jVCTcenteredCadre (TRect container, TRect content) |
bool __fastcall | jVCTcollision (TRect &r1, TRect &r2) |
bool __fastcall | jVCTinside (TRect &r1, TRect &r2) |
bool __fastcall | jPNTinside (TPoint p, TRect Zone) |