Table of Contents

Interface ProximityLocationData

名前空間
easyar

近接位置データ。

プロパティ

accuracy

位置精度、単位はメートル(m)。

accuracy: number;

is2d

2D読み取りかどうかを示す(Y軸データを使用しない場合はtrue)。

is2d: boolean;

timestamp

読み取りのタイムスタンプ、単位は秒(s)。

timestamp: number;

validTime

データの有効時間、単位は秒(s)。

validTime: number;

x

X座標、単位はメートル(m)。原点はブロック原点。

x: number;

y

Y座標、単位はメートル(m)。**Y軸が上向き。**原点はブロック原点。

y: number;

z

Z座標、単位はメートル(m)。原点はブロック原点。

z: number;