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