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

Method Uint2

SampleFramework12/v1.00/SF12_Math.cpp:1137–1139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1135// == Uint2 =======================================================================================
1136
1137Uint2::Uint2() : x(0), y(0)
1138{
1139}
1140
1141Uint2::Uint2(uint32 x_, uint32 y_) : x(x_), y(y_)
1142{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected