Matrix33F Struct¶
This type is an EasyAR Sense API in C#: Matrix33F . Some descriptions may not apply to Unity environment on this page.
Some parts of the Sense API may have already been wrapped into Unity components, and directly usages may not be necessary.
Description¶
Square matrix of 3. The data arrangement is row-major.
Properties¶
data¶
- C#
public float[] data { get; set; }
The raw data of matrix.