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

Method Int2

SampleFramework12/v1.00/SF12_Math.cpp:1198–1200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1196// == Int2 =======================================================================================
1197
1198Int2::Int2() : x(0), y(0)
1199{
1200}
1201
1202Int2::Int2(int32 x_, int32 y_) : x(x_), y(y_)
1203{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected