Click or drag to resize

Vector4Dot(Vector4, Vector4) Method

Returns a dot product of two vectors.

Namespace: CFX.Structures.Geometry
Assembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntax
public static double Dot(
	Vector4 vector1,
	Vector4 vector2
)

Parameters

vector1  Vector4
The first vector.
vector2  Vector4
The second vector.

Return Value

Double
The dot product of two vectors.
See Also