Searched refs:FAddendCoef (Results 1 – 1 of 1) sorted by relevance
48 class FAddendCoef { class55 FAddendCoef() = default;56 ~FAddendCoef();60 void operator=(const FAddendCoef &A);61 void operator+=(const FAddendCoef &A);62 void operator*=(const FAddendCoef &S);138 const FAddendCoef &getCoef() const { return Coeff; } in getCoef()167 void Scale(const FAddendCoef& ScaleAmt) { Coeff *= ScaleAmt; } in Scale()171 FAddendCoef Coeff;223 FAddendCoef::~FAddendCoef() { in ~FAddendCoef()[all …]