Graphisoft®

GeometryVersion: 1.0

Geometry::Point2<NumberType>::Point2 메소드

이것은 생성자입니다

void Point2 ();

이것은 생성자입니다

void Point2 (const Geometry::Point2 & src);

이것은 생성자입니다

void Point2 (const Coord & dataSrc);

이것은 생성자입니다

void Point2 (const F_Coord & dataSrc);

이것은 생성자입니다

void Point2 (
    const NumberType &  x,
    const NumberType &  y
);

파라미터

src
[in] 점을 주어진 점으로 초기화합니다. (타입 Geometry::Point2)
dataSrc
[in] 점을 주어진 점으로 초기화합니다 (타입 Geometry::Coord 또는 Geometry::F_Coord)
x
[in] 점의 x 좌표를 초기화합니다. 이 파라미터 타입은 게발자가 세트합니다. (long, double, 등)
y
[in] 점의 y 좌표를 초기화합니다. 이 파라미터 타입은 게발자가 세트합니다. (long, double, 등)

설명

생성자는 Point2 클래스를 초기화합니다.

참고사항

Point2 개요 | 클래스 멤버 | Point2::Destructor