[Missing <summary> documentation for "M:Bespoke.Common.LinearAlgebra.Vector2.Dot(Bespoke.Common.LinearAlgebra.Vector2,Bespoke.Common.LinearAlgebra.Vector2)"]

Namespace:  Bespoke.Common.LinearAlgebra
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public static float Dot(
	Vector2 lhs,
	Vector2 rhs
)
Visual Basic (Declaration)
Public Shared Function Dot ( _
	lhs As Vector2, _
	rhs As Vector2 _
) As Single
Visual C++
public:
static float Dot(
	Vector2 lhs, 
	Vector2 rhs
)

Parameters

lhs
Type: Bespoke.Common.LinearAlgebra..::.Vector2

[Missing <param name="lhs"/> documentation for "M:Bespoke.Common.LinearAlgebra.Vector2.Dot(Bespoke.Common.LinearAlgebra.Vector2,Bespoke.Common.LinearAlgebra.Vector2)"]

rhs
Type: Bespoke.Common.LinearAlgebra..::.Vector2

[Missing <param name="rhs"/> documentation for "M:Bespoke.Common.LinearAlgebra.Vector2.Dot(Bespoke.Common.LinearAlgebra.Vector2,Bespoke.Common.LinearAlgebra.Vector2)"]

Return Value

[Missing <returns> documentation for "M:Bespoke.Common.LinearAlgebra.Vector2.Dot(Bespoke.Common.LinearAlgebra.Vector2,Bespoke.Common.LinearAlgebra.Vector2)"]

See Also