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

Method MakeScaleX

TSMatrix3D.cpp:244–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244Matrix3D Matrix3D::MakeScaleX(float sx)
245{
246 return (Matrix3D(sx, 0.0F, 0.0F, 0.0F, 1.0F, 0.0F, 0.0F, 0.0F, 1.0F));
247}
248
249Matrix3D Matrix3D::MakeScaleY(float sy)
250{

Callers

nothing calls this directly

Calls 1

Matrix3DClass · 0.85

Tested by

no test coverage detected