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