3 references to Dot
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector2.cs (3)
435
/// <see cref="Cross"/> is the same as taking the <see cref="
Dot
"/> with the second vector
843
Vector2 tmp = Create(
Dot
(vector, normal));
1062
public readonly float LengthSquared() =>
Dot
(this, this);