Index of the _real module
-
m
base.abstracts._real
...
- abstract classes for geometric objects of real space
-
C
_Line
...
- a 1 dimensional object representing "breathless length"
-
C
_Sphere
...
- the set of points in space that are equidistant from a given point
-
C
_PlaneArray
...
- an array of planes with a defined geometric relationship
-
C
_CirclePencil
...
- an array of circles with a defined geometric relationship
-
C
_Plane
...
- a 2 dimensional surface spanned by two linearly independent vectors
-
C
_LineArray
...
- an array of lines with a defined geometric relationship
inherits
-
C
_Transformation
...
- a mapping of a set of geometric objects
-
C
_Point
...
- a O dimensional object with a defined position in space.
-
C
_FreePosition
...
- a O dimensional object which can be picked and moved through the scene
display interface.
-
C
_Triangle
...
-
- an extension of the _Plane class providing for the drawing of a triangle
- connecting 3 points on or defining a plane
-
C
_Circle
...
- the set of points of a plane that are equidistant from a given point of the plane
-
C
_PointArray
...
- an array of points with a defined geometric relationship