Share

asPnt3d

C++

inline AcGePoint3d& asPnt3d(
    const double* pnt
);

File

geassign.h

Description

This inline function returns the pnt array of three doubles as an AcGePoint3d object.

Parameters

Parameters Description
pnt Input array of three doubles to be returned as an AcGePoint3d

Was this information helpful?