Point array structure. More...
Public Member Functions | |
| constexpr Point & | operator[] (std::size_t i) |
| Array indexing operator. | |
| constexpr const Point & | operator[] (std::size_t i) const |
| Array indexing operator. | |
Public Attributes | |
| Point | elements [MaxManifoldPoints] |
| Elements. | |
Point array structure.