Geometry::Point2<NumberType>::operator= 메소드
주어진 점에 값을 할당합니다.
Geometry::Point2 & operator= (const Geometry::Point2 & src);
주어진 점에 값을 할당합니다.
Geometry::Point2 & operator= (const Coord & dataSrc);
파라미터
- src
- [in] 점의 새로운 값입니다. (type Geometry::Point2)
- dataSrc
- [in] 점의 새로운 값입니다. (type Geometry::Coord)
리턴 값
새로운 값을 가진 주어진 점을 리턴합니다.