MCPcopy Create free account
hub / github.com/chrxh/alien / operator*

Method operator*

source/Base/Vector2D.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47RealVector2D RealVector2D::operator*(float factor) const
48{
49 return RealVector2D{x * factor, y * factor};
50}
51
52RealVector2D RealVector2D::operator/(float divisor) const
53{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected