Removed useless function

This commit is contained in:
manishthani 2019-01-08 12:44:54 +01:00
parent 7a163c2320
commit 4e2b0b891d
1 changed files with 0 additions and 7 deletions

View File

@ -49,13 +49,6 @@ namespace geom {
return rotation;
}
template<class T>
inline void TransformPointList(std::vector<T> &in_point_list) const {
for (T in_point : in_point_list) {
TransformPoint(in_point);
}
}
inline void TransformPoint (Location &in_point) const {
// Rotate