OpenCPN Partial API docs
|
Public Member Functions | |
wxPoint | GetPixFromLL (double lat, double lon) |
void | GetLLFromPix (const wxPoint &p, double *lat, double *lon) |
void | GetLLFromPix (const wxPoint2DDouble &p, double *lat, double *lon) |
wxPoint2DDouble | GetDoublePixFromLL (double lat, double lon) |
LLRegion | GetLLRegion (const OCPNRegion ®ion) |
OCPNRegion | GetVPRegionIntersect (const OCPNRegion ®ion, const LLRegion &llregion, int chart_native_scale) |
OCPNRegion | GetVPRegionIntersect (const OCPNRegion &Region, int nPoints, float *llpoints, int chart_native_scale, wxPoint *ppoints) |
wxRect | GetVPRectIntersect (size_t n, float *llpoints) |
ViewPort | BuildExpandedVP (int width, int height) |
void | SetBoxes (void) |
void | PixelScale (float factor) |
void | Invalidate () |
void | Validate () |
bool | IsValid () const |
void | SetRotationAngle (double angle_rad) |
void | SetProjectionType (int type) |
LLBBox & | GetBBox () |
void | SetBBoxDirect (const LLBBox &bbox) |
void | SetBBoxDirect (double latmin, double lonmin, double latmax, double lonmax) |
bool | ContainsIDL () |
void | InvalidateTransformCache () |
void | SetVPTransformMatrix () |
bool | operator== (const ViewPort &rhs) const |
Definition at line 81 of file viewport.h.