Searched defs:angleAxis (Results 1 – 3 of 3) sorted by relevance
49 public void setRotation(long timestampUs, float[] angleAxis) { in setRotation()109 private static void getRotationMatrixFromAngleAxis(float[] matrix, float[] angleAxis) { in getRotationMatrixFromAngleAxis()
707 GLM_FUNC_QUALIFIER tquat<T, P> angleAxis(T const & angle, tvec3<T, P> const & v) function