Home | History | Annotate | Download | only in cpp

Lines Matching refs:Double3

331 class Double3 {
335 Double3(double initX, double initY, double initZ)
337 Double3() : x(0), y(0), z(0) {}
1185 * Utility function for returning an Element containing a double3.