~ubuntu-branches/debian/jessie/3dldf-doc/jessie

« back to all changes in this revision

Viewing changes to doc/old_doc/solfaced.texi

  • Committer: Package Import Robot
  • Author(s): Jerome Benoit
  • Date: 2014-06-05 12:52:40 UTC
  • Revision ID: package-import@ubuntu.com-20140605125240-h52ban7gnlko50qe
Tags: upstream-2.0.3+ndfsg
ImportĀ upstreamĀ versionĀ 2.0.3+ndfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@c solfaced.texi
 
2
 
 
3
@c This file is part of the 3DLDF User and Reference Manual.
 
4
@c Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 The Free Software Foundation 
 
5
@c See the section "GNU Free Documentation License" in the file 
 
6
@c fdl.texi for copying conditions.
 
7
 
 
8
 
 
9
@node Faced Solid Reference, Cuboid Reference, Solid Reference, Top
 
10
@chapter Faced Solid Reference
 
11
 
 
12
@tindex Solid_Faced
 
13
Class @code{Solid_Faced} is defined in @file{solfaced.web}.
 
14
It is derived from @code{Solid} using public derivation. 
 
15
 
 
16
@code{Solid_Faced} currently has no member functions.  It is intended
 
17
for use as a base class.  The classes @code{Cuboid} and
 
18
@code{Polyhedron} are derived from @code{Solid_Faced}.
 
19
@xref{Cuboid Reference}, and @ref{Polyhedron Reference}. 
 
20
 
 
21
@menu
 
22
* Solid_Faced Data Members::    
 
23
@end menu
 
24
 
 
25
@node Solid_Faced Data Members,  , Faced Solid Reference, Faced Solid Reference
 
26
@section Data Members
 
27
 
 
28
@deftypevr {Protected variable}  {unsigned short} faces
 
29
The number of faces of the @code{Solid_Faced}.
 
30
@end deftypevr
 
31
 
 
32
@deftypevr {Protected variable}  {unsigned short} vertices
 
33
The number of vertices of the @code{Solid_Faced}.
 
34
@end deftypevr
 
35
 
 
36
@deftypevr {Protected variable}  {unsigned short} edges
 
37
The number of edges of the @code{Solid_Faced}.
 
38
@end deftypevr 
 
39
 
 
40