struct TLocalPoint

Overview

Per-ray endpoint in world coordinates and cell indices.

struct TLocalPoint
{
    // fields

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