mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-05 19:39:21 +00:00
Source upload
This commit is contained in:
parent
50162481eb
commit
51ad6da4c3
51 changed files with 14957 additions and 0 deletions
19
ml_lme_cvr/vendor/LeapCSharp/PointMapping.cs
vendored
Normal file
19
ml_lme_cvr/vendor/LeapCSharp/PointMapping.cs
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
/******************************************************************************
|
||||
* Copyright (C) Ultraleap, Inc. 2011-2021. *
|
||||
* *
|
||||
* Use subject to the terms of the Apache License 2.0 available at *
|
||||
* http://www.apache.org/licenses/LICENSE-2.0, or another agreement *
|
||||
* between Ultraleap and you, your company or other organization. *
|
||||
******************************************************************************/
|
||||
|
||||
namespace Leap
|
||||
{
|
||||
|
||||
public struct PointMapping
|
||||
{
|
||||
public long frameId;
|
||||
public long timestamp;
|
||||
public Vector[] points;
|
||||
public uint[] ids;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue