Point3d Struct Reference
Public Types | |
| typedef float | value_type |
Public Member Functions | |
| bool | operator!= (const Point3d &other) const |
| void | operator= (const Point3d &other) |
| bool | operator== (const Point3d &other) const |
| value_type | operator[] (const int N) const |
| Point3d (const Base::Vector3f &f, unsigned long i) | |
Public Attributes | |
| unsigned long | i |
| Base::Vector3f | p |
Member Typedef Documentation
◆ value_type
| typedef float Point3d::value_type |
Constructor & Destructor Documentation
◆ Point3d()
| Point3d::Point3d | ( | const Base::Vector3f & | f, |
| unsigned long | i | ||
| ) |
Member Function Documentation
◆ operator!=()
◆ operator=()
◆ operator==()
◆ operator[]()
| value_type Point3d::operator[] | ( | const int | N | ) | const |
Member Data Documentation
◆ i
| unsigned long Point3d::i |
Referenced by operator=().
◆ p
| Base::Vector3f Point3d::p |
Referenced by operator!=(), operator=(), and operator==().
The documentation for this struct was generated from the following file:
- src/Mod/Mesh/App/Core/KDTree.cpp
1.8.17