Home | History | Annotate | Download | only in cpp

Lines Matching full:double2

808      * Utility function for returning an Element containing a double2.
2239 class Double2 {
2243 Double2(double initX, double initY)
2245 Double2() : x(0), y(0) {}