Here are the examples of the csharp api UnityEngine.Bounds.CalculateSqrDistance(UnityEngine.Vector3, UnityEngine.Bounds) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.
1 Examples
19
View Source File : Bounds.cs
License : MIT License
Project Creator : Viagi
License : MIT License
Project Creator : Viagi
private static float Internal_SqrDistance(Bounds m, Vector3 point) { return CalculateSqrDistance(point, m); }