#Documentation # @brief Get the origin, e.g. the upper-left corner of the plane
| 111 | //##Documentation |
| 112 | //## @brief Get the origin, e.g. the upper-left corner of the plane |
| 113 | Point3D GeometryTransformHolder::GetOrigin() const |
| 114 | { |
| 115 | Point3D origin(this->GetIndexToWorldTransform()->GetOffset()); |
| 116 | return origin; |
| 117 | } |
| 118 | |
| 119 | //##Documentation |
| 120 | //## @brief Set the origin, i.e. the upper-left corner of the plane |
no test coverage detected