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

Method ScaleMatrix

Shadows/SampleFramework11/Math.cpp:801–806  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

799}
800
801Float3x3 Float3x3::ScaleMatrix(float s)
802{
803 Float3x3 m;
804 m._11 = m._22 = m._33 = s;
805 return m;
806}
807
808Float3x3 Float3x3::ScaleMatrix(const Float3& s)
809{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected