C++
inline AcGeVector3d& asVec3d( const double* vec );
File
geassign.h
Description
This inline function returns the vec array of three doubles as an AcGeVector3d object.
Parameters
Parameters | Description |
---|---|
vec | Input array of three doubles to be returned as an AcGeVector3d |