MCPcopy Create free account
hub / github.com/TheRealMJP/BakingLab / SetZBasis

Method SetZBasis

SampleFramework11/v1.02/SF11_Math.cpp:856–861  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

854}
855
856void Float3x3::SetZBasis(const Float3& z)
857{
858 _31 = z.x;
859 _32 = z.y;
860 _33 = z.z;
861}
862
863Float3x3 Float3x3::Transpose(const Float3x3& m)
864{

Callers 2

PathTraceFunction · 0.80
BakeDriverFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected