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