Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/DeferredTexturing
/ SetXBasis
Method
SetXBasis
SampleFramework12/v1.00/SF12_Math.cpp:863–868 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
861
}
862
863
void Float3x3::SetXBasis(const Float3& x)
864
{
865
_11 = x.x;
866
_12 = x.y;
867
_13 = x.z;
868
}
869
870
void Float3x3::SetYBasis(const Float3& y)
871
{
Callers
1
Update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected