Click or drag to resize

UnitCartesianDihedralAngle Method (UnitCartesian, UnitCartesian, UnitCartesian)

Calculates the scalar dihedral angle of the three given values.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static double DihedralAngle(
	UnitCartesian cartFrom,
	UnitCartesian cartTo,
	UnitCartesian cartAxis
)

Parameters

cartFrom
Type: AGI.Foundation.CoordinatesUnitCartesian
Cartesian to measure the angle from.
cartTo
Type: AGI.Foundation.CoordinatesUnitCartesian
Cartesian to measure the angle to.
cartAxis
Type: AGI.Foundation.CoordinatesUnitCartesian
The axis about which to measure the angle.

Return Value

Type: Double
Returns a double representing the ScalarDihedralAngle of the three given values.
See Also