Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/DeferredTexturing
/ SetZBasis
Method
SetZBasis
SampleFramework12/v1.00/SF12_Math.cpp:877–882 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
875
}
876
877
void Float3x3::SetZBasis(const Float3& z)
878
{
879
_31 = z.x;
880
_32 = z.y;
881
_33 = z.z;
882
}
883
884
Float3x3 Float3x3::Transpose(const Float3x3& m)
885
{
Callers
1
Update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected