Graphisoft®

GeometryVersion: 1.0

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

점으로부터 벡터 하나를 뺍니다.

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

파라미터

other
[in] 점으로부터 빼는 벡터입니다.

리턴 값

점과 벡터의 차이에 의한 나온 새로운 점을 리턴합니다.

설명

이 메소드는 점으로부터 벡터 하나를 뺍니다. 이 변환은 전이(translation)입니다.

참고사항

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