Click or drag to resize

Vector3Dot(Vector3, Vector3) 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(
	Vector3 vector1,
	Vector3 vector2
)

Parameters

vector1  Vector3
The first vector.
vector2  Vector3
The second vector.

Return Value

Double
The dot product of two vectors.
See Also