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

Method ToXMFLOAT4

SampleFramework12/v1.00/SF12_Math.cpp:780–783  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

778}
779
780XMFLOAT4 Quaternion::ToXMFLOAT4() const
781{
782 return XMFLOAT4(x, y, z, w);
783}
784
785// == Float3x3 ====================================================================================
786

Callers 2

UpdateDecalsMethod · 0.80
CullMeshesOrthographicFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected