MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / operator*

Method operator*

SampleFramework12/v1.00/SF12_Math.cpp:86–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86Float2 Float2::operator*(const Float2& other) const
87{
88 Float2 result;
89 result.x = x * other.x;
90 result.y = y * other.y;
91 return result;
92}
93
94Float2& Float2::operator*=(float s)
95{

Callers

nothing calls this directly

Calls 3

Float3x3Class · 0.85
Float4x4Class · 0.85
ToSIMDMethod · 0.45

Tested by

no test coverage detected