struct mrpt::math::TObject3D::tobject3d_data_tΒΆ

struct tobject3d_data_t
{
    //
fields

    TPoint3D point;
    TSegment3D segment;
    TLine3D line;
    TPolygon3D* polygon {nullptr};
    TPlane plane;
};