Vec3D Struct

This type is an EasyAR Sense API in C#: Vec3D . 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

3 dimensional vector of double.


Properties

data

C#

public double[] data { get; set; }

The raw data of vector.