Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
Grindstone::Math::Rect2D Member List

This is the complete list of members for Grindstone::Math::Rect2D, including all inherited members.

extent (defined in Grindstone::Math::Rect2D)Grindstone::Math::Rect2D
GetHeight() const (defined in Grindstone::Math::Rect2D)Grindstone::Math::Rect2Dinline
GetWidth() const (defined in Grindstone::Math::Rect2D)Grindstone::Math::Rect2Dinline
GetX() const (defined in Grindstone::Math::Rect2D)Grindstone::Math::Rect2Dinline
GetY() const (defined in Grindstone::Math::Rect2D)Grindstone::Math::Rect2Dinline
offset (defined in Grindstone::Math::Rect2D)Grindstone::Math::Rect2D
operator=(const Rect2D &other)=default (defined in Grindstone::Math::Rect2D)Grindstone::Math::Rect2D
operator=(Rect2D &&other) noexcept=default (defined in Grindstone::Math::Rect2D)Grindstone::Math::Rect2D
Rect2D()=default (defined in Grindstone::Math::Rect2D)Grindstone::Math::Rect2D
Rect2D(const Rect2D &other)=default (defined in Grindstone::Math::Rect2D)Grindstone::Math::Rect2D
Rect2D(Rect2D &&other) noexcept=default (defined in Grindstone::Math::Rect2D)Grindstone::Math::Rect2D
Rect2D(float width, float height) (defined in Grindstone::Math::Rect2D)Grindstone::Math::Rect2Dinline
Rect2D(float x, float y, float width, float height) (defined in Grindstone::Math::Rect2D)Grindstone::Math::Rect2Dinline
Rect2D(Grindstone::Math::Float2 extent) (defined in Grindstone::Math::Rect2D)Grindstone::Math::Rect2Dinline
Rect2D(Grindstone::Math::Float2 offset, Grindstone::Math::Float2 extent) (defined in Grindstone::Math::Rect2D)Grindstone::Math::Rect2Dinline
Rect2D(Grindstone::Math::Float4 v) (defined in Grindstone::Math::Rect2D)Grindstone::Math::Rect2Dinline