ml_coordinate_frame_uid.h
Classes
Name | |
---|---|
struct | MLCoordinateFrameUID |
Types
Name | |
---|---|
typedef struct MLCoordinateFrameUID | MLCoordinateFrameUID |
Types Documentation
MLCoordinateFrameUID
typedef struct MLCoordinateFrameUID MLCoordinateFrameUID;
A unique identifier which represents a coordinate frame.
Source code
// %BANNER_BEGIN%
// ---------------------------------------------------------------------
// %COPYRIGHT_BEGIN%
// Copyright (c) 2017 Magic Leap, Inc. All Rights Reserved.
// Use of this file is governed by the Software License Agreement,
// located here: https://www.magicleap.com/software-license-agreement-ml2
// Terms and conditions applicable to third-party materials accompanying
// this distribution may also be found in the top-level NOTICE file
// appearing herein.
// %COPYRIGHT_END%
// ---------------------------------------------------------------------
// %BANNER_END%
#pragma once
#include "ml_api.h"
ML_EXTERN_C_BEGIN
typedef struct MLCoordinateFrameUID {
uint64_t data[2];
} MLCoordinateFrameUID;
ML_EXTERN_C_END