MCPcopy Create free account
hub / github.com/TheRealMJP/MSAAFilter / To3D

Method To3D

SampleFramework11/v1.01/SF11_Math.cpp:622–625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

620}
621
622Float3 Float4::To3D() const
623{
624 return Float3(x, y, z);
625}
626
627Float2 Float4::To2D() const
628{

Callers 3

ConvertToEVSMMethod · 0.80
RenderShadowMapMethod · 0.80
ProjectCubemapToSHFunction · 0.80

Calls 1

Float3Class · 0.85

Tested by

no test coverage detected