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

Method SetXBasis

SampleFramework11/v1.02/SF11_Math.cpp:842–847  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

840}
841
842void Float3x3::SetXBasis(const Float3& x)
843{
844 _11 = x.x;
845 _12 = x.y;
846 _13 = x.z;
847}
848
849void Float3x3::SetYBasis(const Float3& y)
850{

Callers 2

PathTraceFunction · 0.80
BakeDriverFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected