MCPcopy Create free account
hub / github.com/EricLengyel/Terathon-Math-Library / MakeScaleY

Method MakeScaleY

TSMatrix2D.cpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106Matrix2D Matrix2D::MakeScaleY(float sy)
107{
108 return (Matrix2D(1.0F, 0.0F, 0.0F, sy));
109}
110
111
112Matrix2D Terathon::operator *(const Matrix2D& m, float s)

Callers

nothing calls this directly

Calls 1

Matrix2DClass · 0.85

Tested by

no test coverage detected