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

Method operator/

source/Base/Vector2D.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52RealVector2D RealVector2D::operator/(float divisor) const
53{
54 return RealVector2D{x / divisor, y / divisor};
55}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected