Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricLengyel/Terathon-Math-Library
/ MakeScaleX
Method
MakeScaleX
TSMatrix2D.cpp:101–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
}
100
101
Matrix2D Matrix2D::MakeScaleX(float sx)
102
{
103
return (Matrix2D(sx, 0.0F, 0.0F, 1.0F));
104
}
105
106
Matrix2D Matrix2D::MakeScaleY(float sy)
107
{
Callers
nothing calls this directly
Calls
1
Matrix2D
Class · 0.85
Tested by
no test coverage detected