Vec3F Struct

这个类型是C#语言的 EasyAR Sense API: Vec3F 。页面中部分描述可能与Unity环境无关。

部分Sense接口已经封装成Unity组件,直接使用可能是不必要的。

Description

三维float向量。


Properties

data

C#

public float[] data { get; set; }

向量的原始数据数组。