SA.FullBodyIK.SAFBIKVecLengthSq2 C# (CSharp) Method

SAFBIKVecLengthSq2() private method

private SAFBIKVecLengthSq2 ( Vector3 &lhs, Vector3 &rhs ) : float
lhs UnityEngine.Vector3
rhs UnityEngine.Vector3
return float
		public static extern float SAFBIKVecLengthSq2( ref Vector3 lhs, ref Vector3 rhs );
		[DllImport( PluginName )]
FullBodyIK