![]() |
ToyGine2 26.2.0
Game Engine for retro consoles
|
Concept satisfied when T is a signed integral, floating-point, or fixed-point type. More...
Concept satisfied when T is a signed integral, floating-point, or fixed-point type.
Used to constrain scalar arguments for toy::math::Point multiplication and division operators. Accepts signed integral types only (e.g. int32_t; unsigned integral is excluded), standard floating-point types ( float, double, long double), and fixed-point types.