SA.FullBodyIK.SAFBIKVecLengthAndLengthSq C# (CSharp) Method

SAFBIKVecLengthAndLengthSq() private method

private SAFBIKVecLengthAndLengthSq ( float &lengthSq, Vector3 &v ) : float
lengthSq float
v UnityEngine.Vector3
return float
		public static extern float SAFBIKVecLengthAndLengthSq( out float lengthSq, ref Vector3 v );
		[DllImport( PluginName )]
FullBodyIK