Abstract Classes - Real Space
classes defining interfaces for PyGeo geometric primitives of real 3d space
class Element
definition: | the abstract class from which all PyGeo geometric objects derive |
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
keywords: |
|
class _Point
definition: | an O dimensional object with a defined position in space. |
||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
inherits: | class Element , base.Position3, base.vdraw.Point |
||||||||||||||||||||||||||||||||||||
site ref: | |||||||||||||||||||||||||||||||||||||
attributes: |
|
||||||||||||||||||||||||||||||||||||
keywords: | inherited keywords: from class Element : class keywords:
|
class _FreePosition
definition: | an O dimensional object which can be picked and moved through the scene display interface. |
---|---|
inherits: | |
site ref: | |
attributes: |
|
keywords: | inherited keywords: from class Element : inherited keywords: from class _Point : |
class _Line
definition: | an 1 dimensional object representing "breathless length" |
||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
inherits: | class Element ,base.vdraw.Line |
||||||||||||||||||||||||||||||||||||
site ref: | |||||||||||||||||||||||||||||||||||||
attributes: |
|
||||||||||||||||||||||||||||||||||||
keywords: | inherited keywords from class Element : class keywords:
|
class _Plane
definition: | a 2 dimensional surface spanned by two linearly independent vectors |
||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
inherits: | class Element ,base.vdraw.Plane |
||||||||||||||||||||||||
site ref: | |||||||||||||||||||||||||
attributes: |
|
||||||||||||||||||||||||
keywords: | inherited keywords from class Element : class keywords:
|
class _Circle
definition: | the set of points in a plane that are equidistant from a given point |
||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
inherits: | class Element , base.vdraw.Circle |
||||||||||||||||||||||||||||
site ref: | |||||||||||||||||||||||||||||
attributes: |
|
||||||||||||||||||||||||||||
keywords: | inherited keywords from class Element : class keywords:
|
class _Sphere
definition: | the set of points in Euclidian space that are equidistant from a given point |
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
inherits: | class Element , base.vdraw.Sphere |
||||||||||||||||||||
site ref: | |||||||||||||||||||||
attributes: |
|
||||||||||||||||||||
keywords: | inherited keywords from class Element : class keywords:
|
class _PointArray
definition: | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
inherits: | |||||||||||||
site ref: | |||||||||||||
attributes: |
|
||||||||||||
keywords: | inherited keywords from class Element : class keywords:
|
class _LineArray
definition: | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
inherits: | |||||||||||||||||
site ref: | |||||||||||||||||
attributes: |
|
||||||||||||||||
keywords: | inherited keywords from class Element : class keywords:
|
class _PlaneArray
definition: | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
inherits: | |||||||||||||||||
site ref: | |||||||||||||||||
attributes: |
|
||||||||||||||||
keywords: | inherited keywords from class Element : class keywords:
|
class _CirclePencil
definition: | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
inherits: | |||||||||||||||||||||||||
site ref: | |||||||||||||||||||||||||
attributes: |
|
||||||||||||||||||||||||
keywords: | inherited keywords from class Element : class keywords:
|
class _Transformation
definition: | a mapping of geometric objects |
---|---|
inherits: | |
site ref: | |
attributes: |
|
keywords: | inherited keywords from class Element : |