Share

AcAxMatrix3d::AcAxMatrix3d

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

AcAxMatrix3d

Previous Declaration

AcAxMatrix3d(const SAFEARRAY* safeArrayPt) throw(HRESULT);

Was this information helpful?