C++
AcAxMatrix3d( const SAFEARRAY* safeArrayPt );
Description
Constructs 3D matrix with data in safeArrayPt. The SAFEARRAY is two dimensional and composed of sixteen doubles.
Parameters
Parameters | Description |
---|---|
safeArrayPt | Input SAFEARRAY pointer containing matrix data |
Links
Previous Declaration
AcAxMatrix3d(const SAFEARRAY* safeArrayPt) throw(HRESULT);