Geometry::Vector2<NumberType>::GetCoords 메소드
벡터의 x, y 좌표들을 리턴합니다.
void GetCoords ( NumberType * x, NumberType * y ) const;
파라미터
- x
- [in,out] x 좌표에 대한 포인터입니다. 포인터의 타입은 개발자가 세트할 수 있습니다.
- y
- [in,out] y 좌표에 대한 포인터입니다. 포인터의 타입은 개발자가 세트할 수 있습니다.
Graphisoft®
GeometryVersion: 1.0
벡터의 x, y 좌표들을 리턴합니다.
void GetCoords ( NumberType * x, NumberType * y ) const;