Click or drag to resize

ScalarAtEndOfSegmentConstraint Constructor (SegmentDefinition, Double, Double)

Initializes a new instance.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ScalarAtEndOfSegmentConstraint(
	SegmentDefinition segment,
	double desiredValue,
	double tolerance
)

Parameters

segment
Type: AGI.Foundation.SegmentPropagationSegmentDefinition
The SegmentDefinition whose final state will be used to compute the Scalar.
desiredValue
Type: SystemDouble
The desired value that the function will be driven to.
tolerance
Type: SystemDouble
How close the evaluated value must get to the desiredValue to consider this constraint satisfied.
See Also