|
|
|
|
|
|
|
|
|
|
|
__init__(...)
Help on Point3D<double>::Point3D(double x, double y, double z)
[constructor] |
|
|
|
|
|
|
|
|
|
|
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__
|