Table of Contents

Struct ProximityLocationResult

Namespace
easyar
Assembly
EasyAR.Sense.dll

Adjacent position reading.

 x, y, z are in meters. The origin is the map block origin. y is upward.
 accuracy is in meters.
 timestamp, validTime are in seconds.
 is2d means whether y is not used.
 </p>
public struct ProximityLocationResult

Constructors

ProximityLocationResult(float, float, float, float, double, bool, double)

public ProximityLocationResult(float x, float y, float z, float accuracy, double timestamp, bool is2d, double validTime)

Parameters

x
y
z
accuracy
timestamp
is2d
validTime

Fields

accuracy

public float accuracy

Field Value

timestamp

public double timestamp

Field Value

validTime

public double validTime

Field Value

x

public float x

Field Value

y

public float y

Field Value

z

public float z

Field Value

Properties

is2d

public bool is2d { get; set; }

Property Value