Lines Matching defs:Float2
585 * multiple sub-elements, such as a collection of floats, float2,790 * Utility function for returning an Element containing a float2.2212 class Float2 {2216 Float2(float initX, float initY)2218 Float2() : x(0), y(0) {}