Matrix44F Struct

这个类型是C#语言的 EasyAR Sense API: Matrix44F

Description

四阶方阵。数据的排列方式为row-major。


Properties

data

C#

public float[] data { get; set; }

矩阵的原始数据数组。