Matrix44F Struct

This type is an EasyAR Sense API in C#: Matrix44F .

Description

Square matrix of 4. The data arrangement is row-major.


Properties

data

C#

public float[] data { get; set; }

The raw data of matrix.