Searched defs:Point (Results 1 – 3 of 3) sorted by relevance
25 public class Point { class30 public Point() { in Point() method in Point33 public Point(float x, float y) { in Point() method in Point
30 Point() : x_(0.0f), y_(0.0f) {} in Point() function31 Point(float x, float y) : x_(x), y_(y) {} in Point() function