Click or drag to resize

ScalarDihedralAngle Constructor (Vector, Vector, Vector)

Constructs the angle between the two given angles about the given axis.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ScalarDihedralAngle(
	Vector from,
	Vector to,
	Vector axis
)

Parameters

from
Type: AGI.Foundation.GeometryVector
Vector to measure the angle from.
to
Type: AGI.Foundation.GeometryVector
Vector to measure the angle to.
axis
Type: AGI.Foundation.GeometryVector
The axis about which to measure the angle.
See Also