Trees | Indices | Help |
|
---|
|
object --+ | CVec3
A 3-component vector.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
a new object with type S, a subtype of T |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
x The x coordinate. |
|||
y The y coordinate. |
|||
z The z coordinate. |
|||
|
x.__delattr__('name') <==> del x.name
|
x.__getattribute__('name') <==> x.name
|
|
repr(x)
|
x.__setattr__('name', value) <==> x.name = value
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Dec 5 06:16:25 2017 | http://epydoc.sourceforge.net |