MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / operator*

Method operator*

Engine/source/math/mPoint2.h:391–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389
390
391inline Point2I Point2I::operator*(S32 mul) const
392{
393 return Point2I(x * mul, y * mul);
394}
395
396inline Point2I Point2I::operator/(S32 div) const
397{

Callers

nothing calls this directly

Calls 3

Point2DClass · 0.85
Point2IClass · 0.70
Point2FClass · 0.70

Tested by

no test coverage detected