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

Method Int3

SampleFramework12/v1.00/SF12_Math.cpp:1218–1220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1216// == Int3 =======================================================================================
1217
1218Int3::Int3() : x(0), y(0), z(0)
1219{
1220}
1221
1222Int3::Int3(int32 x_, int32 y_, int32 z_) : x(x_), y(y_), z(z_)
1223{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected