Click or drag to resize

ScalarAngleBetweenVectors Constructor (Vector, Vector)

Constructs the scalar that will represent the angle between the two given vectors.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ScalarAngleBetweenVectors(
	Vector one,
	Vector two
)

Parameters

one
Type: AGI.Foundation.GeometryVector
First vector.
two
Type: AGI.Foundation.GeometryVector
Second vector.
See Also