Share

asVec2d

C++

inline AcGeVector2d& asVec2d(
    const double* vec
);

File

geassign.h

Description

This inline function returns the vec array of two doubles as an AcGeVector2d object.

Parameters

Parameters Description
vec Input array of two doubles to be returned as an AcGeVector2d

Was this information helpful?