MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / operator/

Method operator/

src/Core/Transform/UnitVector.cpp:101–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 }
100
101 UnitVector UnitVector::operator/(const UnitVector& div) const
102 {
103 const UnitVector pVec = div.to(unit);
104 return UnitVector(x / pVec.x, y / pVec.y, unit);
105 }
106
107 UnitVector& UnitVector::operator/=(const UnitVector& div)
108 {

Callers

nothing calls this directly

Calls 2

UnitVectorClass · 0.85
toMethod · 0.80

Tested by

no test coverage detected