Package openalea :: Package plantgl :: Package math :: Module _pglmath :: Class Vector3 :: Class Spherical
[frames] | no frames]

Class Spherical

 object --+    
          |    
??.instance --+
              |
             Vector3.Spherical

Instance Methods
 
__getinitargs__(...)
__getinitargs__( (Spherical)arg1) -> tuple :
 
__init__(...)
__init__( (object)arg1, (Vector3)v) -> None : Spherical(Vector3 v)
 
__reduce__(...)
helper for pickle
 
__repr__(...)
__repr__( (Spherical)arg1) -> str :
 
__str__(...)
__str__( (Spherical)arg1) -> str :
 
isValid(...)
isValid( (Spherical)arg1) -> bool : Returns whether self is valid.

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce_ex__, __setattr__

Class Variables
  __instance_size__ = 32
  __safe_for_unpickling__ = True
Properties
  phi
  radius
  theta

Inherited from object: __class__

Method Details

__getinitargs__(...)

 

__getinitargs__( (Spherical)arg1) -> tuple :

    C++ signature :
        class boost::python::tuple __getinitargs__(struct TOOLS::Vector3::Spherical)

__init__(...)
(Constructor)

 

__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)

Overrides: object.__init__

__reduce__(...)

 
helper for pickle

Overrides: object.__reduce__
(inherited documentation)

__repr__(...)
(Representation operator)

 

__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 *)

Overrides: object.__repr__

__str__(...)
(Informal representation operator)

 

__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 *)

Overrides: object.__str__

isValid(...)

 

isValid( (Spherical)arg1) -> bool :
    Returns whether self is valid.

    C++ signature :
        bool isValid(struct TOOLS::Vector3::Spherical {lvalue})


Property Details

phi

Get Method:
unreachable(...)
Set Method:
unreachable(...)

radius

Get Method:
unreachable(...)
Set Method:
unreachable(...)

theta

Get Method:
unreachable(...)
Set Method:
unreachable(...)