Function wt::util::is_point_in_ellipse¶ Defined in File util.hpp Function Documentation¶ inline bool wt::util::is_point_in_ellipse(const vec2_t &p, const f_t rx, const f_t ry, const vec2_t &o = {0, 0}) noexcept¶ Returns TRUE if the point ‘p’ lies within the ellipse centred at ‘o’, with semi-major and semi-minor axes ‘rx’ and ‘ry’.