Searched defs:UNIT_Y (Results 1 – 3 of 3) sorted by relevance
56 public final static Vector4f UNIT_Y = new Vector4f(0, 1, 0, 0); field in Vector4f
61 public final static Vector3f UNIT_Y = new Vector3f(0, 1, 0); field in Vector3f
67 DIRECTION_Z.fromAxes(Vector3f.UNIT_X, Vector3f.UNIT_Y, Vector3f.UNIT_Z); in DIRECTION_Z.fromAxes()