MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / Left

Method Left

SampleFramework12/v1.00/SF12_Math.cpp:843–846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

841}
842
843Float3 Float3x3::Left() const
844{
845 return Float3(-_11, -_12, -_13);
846}
847
848Float3 Float3x3::Right() const
849{

Callers 1

UpdateMethod · 0.45

Calls 1

Float3Class · 0.85

Tested by

no test coverage detected