Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
842
void Float3x3::SetXBasis(const Float3& x)
843
{
844
_11 = x.x;
845
_12 = x.y;
846
_13 = x.z;
847
}
848
849
void Float3x3::SetYBasis(const Float3& y)
850
{
Callers
2
PathTrace
Function · 0.80
BakeDriver
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected