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

Method Float4x4

SampleFramework12/v1.00/SF12_Math.cpp:928–935  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

926// == Float4x4 ====================================================================================
927
928Float4x4::Float4x4()
929{
930 _11 = _22 = _33 = _44 = 1.0f;
931 _12 = _13 = _14 = 0.0f;
932 _21 = _23 = _24 = 0.0f;
933 _31 = _32 = _34 = 0.0f;
934 _41 = _42 = _43 = 0.0f;
935}
936
937Float4x4::Float4x4(const XMFLOAT4X4& m)
938{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected