[This is preliminary documentation and is subject to change.]

Return the Dot product of this Vector and Vector B;

Namespace:  IcarusSceneEngine
Assembly:  IcarusSceneEngine (in IcarusSceneEngine)
Version: 1.0.0.0

Syntax

C#
public double DotProduct(
	ref Vector B
)

Parameters

B
Type: IcarusSceneEngine..::.Vector%

[Missing <param> documentation for "B"]

Return Value

dot product representing the angle between the two vectors

See Also