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

Method Float4

SampleFramework12/v1.00/SF12_Math.cpp:495–498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493// == Float4 ======================================================================================
494
495Float4::Float4()
496{
497 x = y = z = w = 0.0f;
498}
499
500Float4::Float4(float x_)
501{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected