Skip to main content
Version: 20 Mar 2024

ml_coordinate_frame_uid.h

Classes

Name
structMLCoordinateFrameUID

Types

Name
typedef struct MLCoordinateFrameUIDMLCoordinateFrameUID

Types Documentation

MLCoordinateFrameUID

typedef struct MLCoordinateFrameUID MLCoordinateFrameUID;

A unique identifier which represents a coordinate frame.

More Info


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