Share

asPnt2d

C++

inline AcGePoint2d& asPnt2d(
    const double* pnt
);

File

geassign.h

Description

This inline function returns the pnt array of two doubles as an AcGePoint2d object.

Parameters

Parameters Description
pnt Input array of two doubles to be returned as an AcGePoint2d

Was this information helpful?