Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ MakeExpanded
Method
MakeExpanded
Source/Engine/Core/Math/Rectangle.cpp:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
Rectangle Rectangle::MakeExpanded(float toExpand) const
51
{
52
return Rectangle(Location - toExpand * 0.5f, Size + toExpand);
53
}
54
55
void Rectangle::Scale(float scale)
56
{
Callers
15
DrawSelf
Method · 0.45
Draw
Method · 0.45
DrawLazyConnect
Method · 0.45
ShowWholeGraph
Method · 0.45
ShowSelection
Method · 0.45
FocusNode
Method · 0.45
CommentSelection
Method · 0.45
Draw
Method · 0.45
DefaultDrawBox
Method · 0.45
Draw
Method · 0.45
OnHelperButtonClicked
Method · 0.45
OnMouseMove
Method · 0.45
Calls
1
Rectangle
Class · 0.70
Tested by
no test coverage detected