Module pypcsim :: Class Point3D_double
[hide private]
[frames] | no frames]

Class Point3D_double

 object --+    
          |    
??.instance --+
              |
             Point3D_double

Help on Point3D [class]:

Instance Methods [hide private]
 
__add__(...)
 
__eq__(...)
 
__iadd__(...)
 
__init__(...)
Help on Point3D<double>::Point3D(double x, double y, double z) [constructor]
 
__isub__(...)
 
__sub__(...)
 
abs(...)
Help on double Point3D<double>::abs() const [member function]
 
distance(...)
Help on double Point3D<double>::distance(Point3D<double> const & other) const [member function]
 
set(...)
Help on void Point3D<double>::set(double x, double y, double z) [member function]
 
sqr_abs(...)
Help on double Point3D<double>::sqr_abs() const [member function]
 
sqr_distance(...)
Help on double Point3D<double>::sqr_distance(Point3D<double> const & other) const [member function]
 
x(...)
Help on double Point3D<double>::x() const [member function]
 
y(...)
Help on double Point3D<double>::y() const [member function]
 
z(...)
Help on double Point3D<double>::z() const [member function]

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  __instance_size__ = 36
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

Help on Point3D<double>::Point3D(double x, double y, double z) [constructor]

Help on Point3D<double>::Point3D() [constructor]

Overrides: object.__init__

x(...)

 

Help on double Point3D<double>::x() const [member function]

Help on void Point3D<double>::x(double const & xc) [member function]

y(...)

 

Help on double Point3D<double>::y() const [member function]

Help on void Point3D<double>::y(double const & yc) [member function]

z(...)

 

Help on double Point3D<double>::z() const [member function]

Help on void Point3D<double>::z(double const & zc) [member function]