blob: 4b5e0727c7ba5d3c00f6f7f7dd22cbfe1a22a497 (
plain)
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
41
42
43
44
45
46
47
48
49
50
51
|
\input texinfo @c -*- Texinfo -*-
@c %**start of header
@setfilename libdimensionxx.info
@settitle The Dimension 3-D Rendering Library, C++ Interface
@c %**end of header
@copying
Copyright @copyright{} 2009 Tavian Barnes
@end copying
@titlepage
@title The Dimension C++ Library
@page
@vskip 0pt plus 1filll
@insertcopying
@end titlepage
@contents
@ifnottex
@node Top
@top The Dimension C++ Library
@insertcopying
@end ifnottex
@menu
* Type Index::
* Function Index::
* Concept Index::
@end menu
@node Type Index
@unnumbered Type Index
@printindex tp
@node Function Index
@unnumbered Function Index
@printindex fn
@node Concept Index
@unnumbered Concept Index
@printindex cp
@bye
|