|
|
|
|
|
|
|
|
|
|
|
__init__(...)
Help on Point3D<int>::Point3D(int x, int y, int z)
[constructor] |
|
|
|
|
|
|
|
|
|
|
abs(...)
Help on double Point3D<int>::abs() const [member function] |
|
|
|
|
distance(...)
Help on double Point3D<int>::distance(Point3D<int> const
& other) const [member function] |
|
|
|
|
set(...)
Help on void Point3D<int>::set(int x, int y, int z) [member
function] |
|
|
|
|
sqr_abs(...)
Help on int Point3D<int>::sqr_abs() const [member function] |
|
|
|
|
sqr_distance(...)
Help on int Point3D<int>::sqr_distance(Point3D<int> const
& other) const [member function] |
|
|
|
|
x(...)
Help on int Point3D<int>::x() const [member function] |
|
|
|
|
y(...)
Help on int Point3D<int>::y() const [member function] |
|
|
|
|
z(...)
Help on int Point3D<int>::z() const [member function] |
|
|
|
Inherited from unreachable.instance:
__new__
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|