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

Method MakeScale

TSMatrix3D.cpp:219–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219Matrix3D Matrix3D::MakeScale(float scale)
220{
221 return (Matrix3D(scale, 0.0F, 0.0F, 0.0F, scale, 0.0F, 0.0F, 0.0F, scale));
222}
223
224Matrix3D Matrix3D::MakeScale(float sx, float sy, float sz)
225{

Callers

nothing calls this directly

Calls 2

Matrix3DClass · 0.85
Transform2DClass · 0.85

Tested by

no test coverage detected