Graphisoft®

GeometryVersion: 1.0

Geometry::Point2<NumberType>::operator+= 메소드

점에 벡터 하나를 더합니다.

Geometry::Point2 & operator+= (const Geometry::Vector2< NumberType > & other);

파라미터

other
[in] 점에 더해지는 벡터입니다.

리턴 값

점과 벡터의 합으로 나온 새로운 점을 리턴합니다.

설명

이 메소드는 점에 벡터 하나를 더합니다. 이 변환은 전이(translation)입니다.

참고사항

Point2 개요 | 클래스 멤버 | Point2::operator-=