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

Method SetYBasis

SampleFramework12/v1.00/SF12_Math.cpp:870–875  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

868}
869
870void Float3x3::SetYBasis(const Float3& y)
871{
872 _21 = y.x;
873 _22 = y.y;
874 _23 = y.z;
875}
876
877void Float3x3::SetZBasis(const Float3& z)
878{

Callers 1

UpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected