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

Method Int4

SampleFramework12/v1.00/SF12_Math.cpp:1228–1230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1226// == Int4 =======================================================================================
1227
1228Int4::Int4() : x(0), y(0), z(0), w(0)
1229{
1230}
1231
1232Int4::Int4(int32 x_, int32 y_, int32 z_, int32 w_) : x(x_), y(y_), z(z_), w(w_)
1233{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected