Home
last modified time | relevance | path

Searched refs:yValue (Results 1 – 2 of 2) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DVector2.java32 public Vector2(float xValue, float yValue) { in Vector2() argument
33 set(xValue, yValue); in Vector2()
77 public final void set(float xValue, float yValue) { in set() argument
79 y = yValue; in set()
/external/clang/test/PCH/
Dstruct.h8 float xValue, yValue, zValue; member