Home | History | Annotate | Download | only in geometry

Lines Matching refs:y_

30   float y() const { return y_; }
31 void set_y(float y) { y_ = y; }
49 y_ = y_ <= other.y_ ? y_ : other.y_;
55 y_ = y_ >= other.y_ ? y_ : other.y_;
76 float y_;