我要评分
获取效率
正确性
完整性
易理解

KmlMgMatrixDestroy

Destroy a matrix handle and release resources.

Interface Definition

C interface:

void KmlMgMatrixDestroy(KmlMgMatrixH matrix);

Parameters

Parameter

Type

Description

Input/Output

matrix

KmlMgMatrixH

Matrix handle created by KmlMgMatrixCreate

Input/Output

Dependencies

#include "mg.h"

For details about the sample code, see Examples.