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

Method Float3x3

SampleFramework12/v1.00/SF12_Math.cpp:787–793  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

785// == Float3x3 ====================================================================================
786
787Float3x3::Float3x3()
788{
789 _11 = _22 = _33 = 1.0f;
790 _12 = _13 = 0.0f;
791 _21 = _23 = 0.0f;
792 _31 = _32 = 0.0f;
793}
794
795Float3x3::Float3x3(const XMFLOAT3X3& m)
796{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected