Struct MRReferencePoint
Provides a template for tracked reference point data
Syntax
public struct MRReferencePoint : IMRTrackable, IEquatable<MRReferencePoint>
Constructors
MRReferencePoint(Pose, MARSTrackingState)
Declaration
public MRReferencePoint(Pose pose, MARSTrackingState state = MARSTrackingState.Unknown)
Parameters
Properties
id
The id of this reference point as determined by the provider
Declaration
public MarsTrackableId id { get; set; }
Property Value
Implements
pose
The pose of this reference point
Declaration
public Pose pose { get; set; }
Property Value
Implements
trackingState
The tracking state of this tracked object
Declaration
public MARSTrackingState trackingState { get; set; }
Property Value
Methods
Equals(MRReferencePoint)
Declaration
public bool Equals(MRReferencePoint other)
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides