UnityEngine.Vector3.OrthoNormalize(ref UnityEngine.Vector3, ref UnityEngine.Vector3, ref UnityEngine.Vector3)

Here are the examples of the csharp api UnityEngine.Vector3.OrthoNormalize(ref UnityEngine.Vector3, ref UnityEngine.Vector3, ref UnityEngine.Vector3) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

19 Source : Vector3.cs
with MIT License
from Viagi

private static void Internal_OrthoNormalize3(ref Vector3 a, ref Vector3 b, ref Vector3 c) { OrthoNormalize(ref a, ref b, ref c); }