Click or drag to resize

UnitCartesian.DihedralAngle Method (Motion<UnitCartesian, Cartesian>, Motion<UnitCartesian, Cartesian>, Motion<UnitCartesian, Cartesian>, Int32)

Calculates the scalar dihedral angle (and derivatives) of the three given values with Cartesian derivative information.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public static Motion<double> DihedralAngle(
	Motion<UnitCartesian, Cartesian> motFrom,
	Motion<UnitCartesian, Cartesian> motTo,
	Motion<UnitCartesian, Cartesian> motAxis,
	int order
)

Parameters

motFrom
Type: AGI.Foundation.Motion<UnitCartesian, Cartesian>
Cartesian (with possible derivative data) to measure the angle from.
motTo
Type: AGI.Foundation.Motion<UnitCartesian, Cartesian>
Cartesian (with possible derivative data) to measure the angle to.
motAxis
Type: AGI.Foundation.Motion<UnitCartesian, Cartesian>
The axis about which to measure the angle (with possible derivative data).
order
Type: System.Int32
The order of the desired response, from 0 to 2.

Return Value

Type: Motion<Double>
Returns a Motion<double> representing the ScalarDihedralAngle of the three given values, and (optionally) its 1st and 2nd derivatives.
See Also