Share

asDblArray

C++

inline double* asDblArray(
    const AcGeVector2d& vec
);

File

geassign.h

Description

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

Parameters

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

Was this information helpful?