Share

asDblArray

C++

inline double* asDblArray(
    const AcGeVector3d& vec
);

File

geassign.h

Description

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

Parameters

Parameters Description
vec Input AcGeVector3d to be returned as a pointer to an array of three doubles

Was this information helpful?