6 references to Length
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Numerics\Matrix4x4.Impl.cs (3)
973
vectorBasis[0]->
Length
(),
974
vectorBasis[1]->
Length
(),
975
vectorBasis[2]->
Length
(),
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector3.cs (3)
855
public static Vector3 Normalize(Vector3 value) => value / value.
Length
();
1072
/// <remarks>This operation offers better performance than a call to the <see cref="
Length
" /> method.</remarks>
1073
/// <altmember cref="
Length
" />