struct TLocalPoint

Overview

Local stucture used in the next method (must be here for usage within STL stuff)

struct TLocalPoint
{
    // fields

    float x {0};
    float y {0};
    int cx {0};
    int cy {0};
};