MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetBottom

Function GetBottom

Source/Engine/Core/Math/Rectangle.h:89–92  ·  view source on GitHub ↗

Gets Y coordinate of the bottom edge of the rectangle.

Source from the content-addressed store, hash-verified

87
88 // Gets Y coordinate of the bottom edge of the rectangle.
89 float GetBottom() const
90 {
91 return Location.Y + Size.Y;
92 }
93
94 // Gets X coordinate of the left edge of the rectangle.
95 float GetX() const

Callers 2

ContainsMethod · 0.70
IntersectsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected