omni::geometry::rectangle::equals
NAME

omni::geometry::rectangle::equals

A member function of omni::geometry::rectangle

#include <omni/geometry/rectangle.hpp>
bool omni::geometry::rectangle::equals(T x, T y, T w, T h)


OVERLOADS

bool omni::geometry::rectangle::equals(const omni::math::dimensional<T, 2>& loc, const omni::math::dimensional<T, 2>& sz)
bool omni::geometry::rectangle::equals(const omni::geometry::point2d<T>& loc, const omni::geometry::size<T>& sz)
bool omni::geometry::rectangle::equals(const omni::geometry::raw_point2d<T>& loc, const omni::geometry::raw_size<T>& sz)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top