class Gambit::ColliderBit::ImageLimit

[No description available]

Public Functions

Name
ImageLimit(std::string name, double x_min, double x_max, double y_min, double y_max)
doubleget_limit(double x, double y)

Public Functions Documentation

function ImageLimit

ImageLimit(
    std::string name,
    double x_min,
    double x_max,
    double y_min,
    double y_max
)

function get_limit

double get_limit(
    double x,
    double y
)

Updated on 2023-06-26 at 21:36:52 +0000