This file is indexed.

/usr/lib/ocaml/lablgl/gluMat.mli is in liblablgl-ocaml-dev 1:1.05-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
(* $Id: gluMat.mli,v 1.1 1998-01-29 11:46:06 garrigue Exp $ *)

open Gl

val look_at :
  eye:point3 -> center:point3 -> up:vect3 -> unit

val ortho2d : x:float * float -> y:float * float -> unit

val perspective : fovy:float -> aspect:float -> z:float * float -> unit

val pick_matrix :
  x:float -> y:float -> width:float -> height:float -> unit

val project : point3 -> point3
val unproject : point3 -> point3