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

Method Uint4

SampleFramework12/v1.00/SF12_Math.cpp:1177–1179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1175// == Uint4 =======================================================================================
1176
1177Uint4::Uint4() : x(0), y(0), z(0), w(0)
1178{
1179}
1180
1181Uint4::Uint4(uint32 x_, uint32 y_, uint32 z_, uint32 w_) : x(x_), y(y_), z(z_), w(w_)
1182{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected