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

Method Float3

SampleFramework12/v1.00/SF12_Math.cpp:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176// == Float3 ======================================================================================
177
178Float3::Float3()
179{
180 x = y = z = 0.0f;
181}
182
183Float3::Float3(float x_)
184{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected