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

Method operator-

Engine/source/math/mRotation.h:298–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298inline RotationF RotationF::operator-(const EulerF& _euler) const
299{
300 RotationF temp = *this;
301 temp -= RotationF(_euler, Radians);
302 return temp;
303}
304
305inline RotationF RotationF::operator+(const EulerF& _euler) const
306{

Callers

nothing calls this directly

Calls 1

RotationFClass · 0.70

Tested by

no test coverage detected