Trees | Indices | Help |
|
---|
|
object --+ | ??.instance --+ | TurtleParam
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Class Variables | |
__instance_size__ = 248
|
Properties | |
color | |
heading | |
left | |
position | |
scale | |
texture | |
up | |
width | |
Inherited from |
Method Details |
__init__( (object)arg1) -> None : TurtleParam() -> Create default turtle parameters C++ signature : void __init__(struct _object *)
|
helper for pickle
|
copy( (TurtleParam)arg1) -> TurtleParam : C++ signature : class PGL::TurtleParam * copy(class PGL::TurtleParam {lvalue}) |
dump( (TurtleParam)arg1) -> None : C++ signature : void dump(class PGL::TurtleParam {lvalue}) |
generalizedCylinder( (TurtleParam)arg1, (bool)arg2) -> None : C++ signature : void generalizedCylinder(class PGL::TurtleParam {lvalue},bool) |
getMatrix( (TurtleParam)arg1) -> Matrix3 : C++ signature : class TOOLS::Matrix3 getMatrix(class PGL::TurtleParam {lvalue}) |
isGeneralizedCylinderOn( (TurtleParam)arg1) -> bool : C++ signature : bool isGeneralizedCylinderOn(class PGL::TurtleParam {lvalue}) |
isPolygonOn( (TurtleParam)arg1) -> bool : C++ signature : bool isPolygonOn(class PGL::TurtleParam {lvalue}) |
isValid( (TurtleParam)arg1) -> bool : C++ signature : bool isValid(class PGL::TurtleParam {lvalue}) |
keepLastPoint( (TurtleParam)arg1) -> None : C++ signature : void keepLastPoint(class PGL::TurtleParam {lvalue}) |
polygon( (TurtleParam)arg1, (bool)arg2) -> None : C++ signature : void polygon(class PGL::TurtleParam {lvalue},bool) |
pushPosition( (TurtleParam)arg1) -> None : C++ signature : void pushPosition(class PGL::TurtleParam {lvalue}) |
removePoints( (TurtleParam)arg1) -> None : C++ signature : void removePoints(class PGL::TurtleParam {lvalue}) |
reset( (TurtleParam)arg1) -> None : C++ signature : void reset(class PGL::TurtleParam {lvalue}) |
transform( (TurtleParam)arg1, (Matrix3)arg2) -> None : C++ signature : void transform(class PGL::TurtleParam {lvalue},class TOOLS::Matrix3) |
Property Details |
color
|
heading
|
left
|
position
|
scale
|
texture
|
up
|
width
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jul 16 15:52:16 2008 | http://epydoc.sourceforge.net |