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

Method SetYBasis

SampleFramework11/v1.02/SF11_Math.cpp:849–854  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

847}
848
849void Float3x3::SetYBasis(const Float3& y)
850{
851 _21 = y.x;
852 _22 = y.y;
853 _23 = y.z;
854}
855
856void Float3x3::SetZBasis(const Float3& z)
857{

Callers 2

PathTraceFunction · 0.80
BakeDriverFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected