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

Method ToSIMD

SampleFramework12/v1.00/SF12_Math.cpp:158–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158XMVECTOR Float2::ToSIMD() const
159{
160 return XMLoadFloat2(reinterpret_cast<const XMFLOAT2*>(this));
161}
162
163Float2 Float2::Clamp(const Float2& val, const Float2& min, const Float2& max)
164{

Callers 15

CullMeshesFunction · 0.45
CullMeshesAndSortFunction · 0.45
DotMethod · 0.45
CrossMethod · 0.45
NormalizeMethod · 0.45
TransformMethod · 0.45
TransformDirectionMethod · 0.45
DistanceMethod · 0.45
LengthMethod · 0.45
QuaternionMethod · 0.45
SF12_Math.cppFile · 0.45
InvertMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected