union mrpt::opengl::CAngularObservationMesh::TDoubleRange::rdΒΆ

Union type with the actual data.

See also:

rangeType

union rd
{
    //
fields

    double initial;
    double final;
    double increment;
    struct mrpt::opengl::CAngularObservationMesh::TDoubleRange::rd::@7 mode0;
    size_t amount;
    struct mrpt::opengl::CAngularObservationMesh::TDoubleRange::rd::@8 mode1;
    double aperture;
    bool negToPos;
    struct mrpt::opengl::CAngularObservationMesh::TDoubleRange::rd::@9 mode2;
};