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

Method Dot

SampleFramework12/v1.00/SF12_Math.cpp:402–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400}
401
402float Float3::Dot(const Float3& a, const Float3& b)
403{
404 return XMVectorGetX(XMVector3Dot(a.ToSIMD(), b.ToSIMD()));
405}
406
407Float3 Float3::Cross(const Float3& a, const Float3& b)
408{

Callers

nothing calls this directly

Calls 1

ToSIMDMethod · 0.45

Tested by

no test coverage detected