Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricLengyel/Terathon-Math-Library
/ MakeScaleZ
Method
MakeScaleZ
TSMatrix3D.cpp:254–257 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
252
}
253
254
Matrix3D Matrix3D::MakeScaleZ(float sz)
255
{
256
return (Matrix3D(1.0F, 0.0F, 0.0F, 0.0F, 1.0F, 0.0F, 0.0F, 0.0F, sz));
257
}
258
259
Matrix3D Matrix3D::MakeSkew(float angle, const Vector3D& a, const Vector3D& b)
260
{
Callers
nothing calls this directly
Calls
1
Matrix3D
Class · 0.85
Tested by
no test coverage detected