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

Method operator-

SampleFramework12/v1.00/SF12_Math.cpp:71–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71Float2 Float2::operator-(const Float2& other) const
72{
73 Float2 result;
74 result.x = x - other.x;
75 result.y = y - other.y;
76 return result;
77}
78
79Float2& Float2::operator*=(const Float2& other)
80{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected