MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / ScaleMatrix

Method ScaleMatrix

SampleFramework12/v1.00/SF12_Math.cpp:895–900  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

893}
894
895Float3x3 Float3x3::ScaleMatrix(float s)
896{
897 Float3x3 m;
898 m._11 = m._22 = m._33 = s;
899 return m;
900}
901
902Float3x3 Float3x3::ScaleMatrix(const Float3& s)
903{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected