libosmscout
0.1
|
Entry in the TransBuffer structure. More...
#include <Transformation.h>
Public Attributes | |
bool | draw |
double | x |
double | y |
Entry in the TransBuffer structure.
A transformation object has a coordinate and a flag that signals that it should be either drawn or dropped. Singular coordinates can be dropped due to optimizations with the goal to reduce rendering nodes without sacrificing display quality.
bool osmscout::TransPoint::draw |
Referenced by osmscout::CopyPolygonToCoordBuffer(), osmscout::DropEqualPoints(), osmscout::DropRedundantPointsDouglasPeuckerArea(), osmscout::DropRedundantPointsDouglasPeuckerWay(), osmscout::DropRedundantPointsFast(), osmscout::DropSimilarPoints(), osmscout::EnsureSimple(), osmscout::SimplifyPolyLineDouglasPeucker(), and osmscout::TransBuffer::TransformGeoToPixel().
double osmscout::TransPoint::x |
double osmscout::TransPoint::y |