Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricLengyel/Terathon-Math-Library
/ MakeScale
Method
MakeScale
TSMatrix2D.cpp:91–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
Matrix2D Matrix2D::MakeScale(float scale)
92
{
93
return (Matrix2D(scale, 0.0F, 0.0F, scale));
94
}
95
96
Matrix2D Matrix2D::MakeScale(float sx, float sy)
97
{
Callers
nothing calls this directly
Calls
1
Matrix2D
Class · 0.85
Tested by
no test coverage detected