This file is indexed.

/usr/share/doc/liblablgl-ocaml-dev/html/api/type_GluMat.html 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
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<html><head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Build" rel="Chapter" href="Build.html">
<link title="Gl" rel="Chapter" href="Gl.html">
<link title="GlArray" rel="Chapter" href="GlArray.html">
<link title="GlClear" rel="Chapter" href="GlClear.html">
<link title="GlDraw" rel="Chapter" href="GlDraw.html">
<link title="GlFunc" rel="Chapter" href="GlFunc.html">
<link title="GlLight" rel="Chapter" href="GlLight.html">
<link title="GlList" rel="Chapter" href="GlList.html">
<link title="GlMap" rel="Chapter" href="GlMap.html">
<link title="GlMat" rel="Chapter" href="GlMat.html">
<link title="GlMisc" rel="Chapter" href="GlMisc.html">
<link title="GlPix" rel="Chapter" href="GlPix.html">
<link title="GlShader" rel="Chapter" href="GlShader.html">
<link title="GlTex" rel="Chapter" href="GlTex.html">
<link title="GluMat" rel="Chapter" href="GluMat.html">
<link title="GluMisc" rel="Chapter" href="GluMisc.html">
<link title="GluNurbs" rel="Chapter" href="GluNurbs.html">
<link title="GluQuadric" rel="Chapter" href="GluQuadric.html">
<link title="GluTess" rel="Chapter" href="GluTess.html">
<link title="Glut" rel="Chapter" href="Glut.html">
<link title="Raw" rel="Chapter" href="Raw.html">
<link title="Togl" rel="Chapter" href="Togl.html"><title>GluMat</title>
</head>
<body>
<code class="code"><span class="keyword">sig</span><br>
&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;look_at&nbsp;:&nbsp;eye:<span class="constructor">Gl</span>.point3&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;center:<span class="constructor">Gl</span>.point3&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;up:<span class="constructor">Gl</span>.vect3&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;unit<br>
&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;ortho2d&nbsp;:&nbsp;x:float&nbsp;*&nbsp;float&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;y:float&nbsp;*&nbsp;float&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;unit<br>
&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;perspective&nbsp;:&nbsp;fovy:float&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;aspect:float&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;z:float&nbsp;*&nbsp;float&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;unit<br>
&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;pick_matrix&nbsp;:&nbsp;x:float&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;y:float&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;width:float&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;height:float&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;unit<br>
&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;project&nbsp;:&nbsp;<span class="constructor">Gl</span>.point3&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;<span class="constructor">Gl</span>.point3<br>
&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;unproject&nbsp;:&nbsp;<span class="constructor">Gl</span>.point3&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;<span class="constructor">Gl</span>.point3<br>
<span class="keyword">end</span></code></body></html>