Searched refs:Length (Results 1 – 2 of 2) sorted by relevance
185 float Length() const { return sqrtf(x_ * x_ + y_ * y_); } in Length() function188 float len = Length(); in Normalize()373 float Length() const { return sqrtf(x_ * x_ + y_ * y_ + z_ * z_); } in Length() function376 float len = Length(); in Normalize()590 float Length() const { return sqrtf(x_ * x_ + y_ * y_ + z_ * z_ + w_ * w_); } in Length() function593 float len = Length(); in Normalize()
128 TYPE_MESSAGE = 11; // Length-delimited aggregate.