\brief Set the direction vector of the line. * * \param direction New direction vector. */
| 94 | * \param direction New direction vector. |
| 95 | */ |
| 96 | void SetDirection(const itk::Vector<TCoordRep, NPointDimension> &direction) { m_Direction = direction; } |
| 97 | |
| 98 | /** \brief Define line by point and direction. |
| 99 | * |
no outgoing calls