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

Method Uint3

SampleFramework12/v1.00/SF12_Math.cpp:1157–1159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1155// == Int3 =======================================================================================
1156
1157Uint3::Uint3() : x(0), y(0), z(0)
1158{
1159}
1160
1161Uint3::Uint3(uint32 x_, uint32 y_, uint32 z_) : x(x_), y(y_), z(z_)
1162{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected