Click or drag to resize

Vector3Multiply Method (Vector3, Vector3)

Form the dot-product of two vectors.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public static double Multiply(
	Vector3 vector1,
	Vector3 vector2
)

Parameters

vector1
Type: Karamba.GeometryVector3
first vector of the dot-product.
vector2
Type: Karamba.GeometryVector3
second vector of the dot-product.

Return Value

Type: Double
Dot-product of two vectors.
See Also