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

Method Float2

SampleFramework12/v1.00/SF12_Math.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20// == Float2 ======================================================================================
21
22 Float2::Float2()
23{
24 x = y = 0.0f;
25}
26
27Float2::Float2(float x_)
28{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected