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

Method To2D

SampleFramework12/v1.00/SF12_Math.cpp:392–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390}
391
392Float2 Float3::To2D() const
393{
394 return Float2(x, y);
395}
396
397float Float3::Length() const
398{

Callers 2

UpdateMethod · 0.80
InitFromAssimpMeshMethod · 0.80

Calls 1

Float2Class · 0.85

Tested by

no test coverage detected