| 186 | |
| 187 | template < typename PointType, index_t dimension > |
| 188 | void GenericPolygon< PointType, dimension >::set_point( |
| 189 | index_t vertex, PointType point ) |
| 190 | { |
| 191 | vertices_[vertex] = point; |
| 192 | } |
| 193 | |
| 194 | template < typename PointType, index_t dimension > |
| 195 | const std::vector< PointType >& |
no outgoing calls