Home | History | Annotate | Download | only in cpp

Lines Matching refs:Double4

820      * Utility function for returning an Element containing a double4.
2257 class Double4 {
2261 Double4(double initX, double initY, double initZ, double initW)
2263 Double4() : x(0), y(0), z(0), w(0) {}