Home | History | Annotate | Download | only in core

Lines Matching refs:x_

27   return std::sqrt(x_ * x_ + y_ * y_);
35 x_ *= new_length / length;
47 out.x_ = x_ + other.x_;
54 out.x_ = x_ - other.x_;
61 out.x_ = factor * x_;
67 const float x = x_;
68 x_ = y_;