geometry_real
objects of real 3d space
Modules
The base.geometry_real module exposes 12 submodules:
- points
- objects representing a point in real 3d space
- lines
- line in space representing breathless length
- chords
- line segment connecting the points of a line on a given geometric object
- circles
- circle oriented in space
- planes
- plane oriented in space
- spheres
- sphere in space
- pointarrays
- array of points with a defined geometic relationship
- curves
- array of points on a defined curve in space
- linearrays
- array of lines with a defined geometric relationship
- circlearrays
- collection of circles with a defined geometric relationship
- planearrays
- array of planes with a defined geometric relationship
- transforms
- geometric objects representing a defined transformation of a given set of objects
Attributes
a __doc_hints__
{'sortlist': ['points', 'lines', 'chords', 'circles', 'planes', 'spheres', 'pointarrays', 'curves', 'linearrays', 'circlearrays', 'planearrays', 'transforms']}
See the source for more information.