| Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
Vector2.Polar
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Class Variables | |
__instance_size__ = 24
|
|
| Properties | |
| radius | |
| theta | |
|
Inherited from |
|
| Method Details |
__init__( (object)arg1, (Vector2)v) -> None :
Polar(Vector2 v)
C++ signature :
void __init__(struct _object *,class TOOLS::Vector2)
__init__( (object)arg1, (float)radius, (float)theta) -> None :
Polar(real_t radius, real_t theta)
C++ signature :
void __init__(struct _object *,double,double)
|
helper for pickle
|
__repr__( (Polar)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __repr__(struct TOOLS::Vector2::Polar *)
|
__str__( (Polar)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __str__(struct TOOLS::Vector2::Polar *)
|
isValid( (Polar)arg1) -> bool :
Returns whether self is valid.
C++ signature :
bool isValid(struct TOOLS::Vector2::Polar {lvalue})
|
| Property Details |
radius
|
theta
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Jul 16 15:52:16 2008 | http://epydoc.sourceforge.net |