This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// source: https://docs.unity3d.com/Packages/[email protected]/api/Unity.XRTools.Utils.GeometryUtils.html | |
using System; | |
using System.Collections.Generic; | |
using UnityEngine; | |
namespace Unity.XR.CoreUtils | |
{ | |
/// <summary> | |
/// Utility methods for common geometric operations |