SA.FullBodyIK.SAFBIKVecLengthAndLengthSq2 C# (CSharp) Method

SAFBIKVecLengthAndLengthSq2() private method

private SAFBIKVecLengthAndLengthSq2 ( float &lengthSq, Vector3 &lhs, Vector3 &rhs ) : float
lengthSq float
lhs UnityEngine.Vector3
rhs UnityEngine.Vector3
return float
		public static extern float SAFBIKVecLengthAndLengthSq2( out float lengthSq, ref Vector3 lhs, ref Vector3 rhs );
FullBodyIK