omni::geometry::raw_rectangle::equals
NAME

omni::geometry::raw_rectangle::equals

A member function of omni::geometry::raw_rectangle

#include <omni/geometry/rectangle.hpp>
bool omni::geometry::raw_rectangle::equals(T _x, T _y, T _w, T _h)


OVERLOADS

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

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top