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

Method SetXBasis

SampleFramework12/v1.00/SF12_Math.cpp:863–868  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

861}
862
863void Float3x3::SetXBasis(const Float3& x)
864{
865 _11 = x.x;
866 _12 = x.y;
867 _13 = x.z;
868}
869
870void Float3x3::SetYBasis(const Float3& y)
871{

Callers 1

UpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected