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

Method Quaternion

SampleFramework12/v1.00/SF12_Math.cpp:666–669  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

664// == Quaternion ==================================================================================
665
666Quaternion::Quaternion()
667{
668 *this = Quaternion::Identity();
669}
670
671Quaternion::Quaternion(float x_, float y_, float z_, float w_)
672{

Callers

nothing calls this directly

Calls 2

QuaternionClass · 0.85
ToSIMDMethod · 0.45

Tested by

no test coverage detected