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: 25.1.421.0 (25.1.421.0)
Syntax
public ScalarAngleBetweenVectors(
	Vector one,
	Vector two
)

Parameters

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