\brief Set/change end point of the line. * * The start point is preserved, so the direction vector is recomputed. * * \param point2 New end point. */
| 148 | * \param point2 New end point. |
| 149 | */ |
| 150 | void SetPoint2(const itk::Point<TCoordRep, NPointDimension> &point2) { m_Direction = point2 - m_Point; } |
| 151 | |
| 152 | /** \brief Get end point of the line. |
| 153 | * |
no outgoing calls