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) | |
double | get_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 2024-07-18 at 13:53:31 +0000