6 references to Length
System.Private.CoreLib (6)
src\runtime\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\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector3.cs (3)
852
public static Vector3 Normalize(Vector3 value) => value / value.
Length
();
1069
/// <remarks>This operation offers better performance than a call to the <see cref="
Length
" /> method.</remarks>
1070
/// <altmember cref="
Length
" />