| 206 | } |
| 207 | |
| 208 | template <class T> std::size_t Shape<T>::getPointCount() const |
| 209 | { |
| 210 | return static_cast<const T&>(*this).shape.getPointCount(); |
| 211 | } |
| 212 | |
| 213 | template <class T> Transform::UnitVector Shape<T>::getPoint(std::size_t index) const |
| 214 | { |