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