Click or drag to resize

PointEvaluatorSimplifyIfNotTimeVarying Method

If this evaluator is not time varying, this method evaluates its value and constructs an evaluator from a PointFixedOffset representing the fixed value. If this evaluator is time varying, this method does nothing and returns the evaluator on which it is called.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public PointEvaluator SimplifyIfNotTimeVarying(
	EvaluatorGroup group
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
The evaluator group in which to construct the new evaluator, if applicable.

Return Value

Type: PointEvaluator
A simpler evaluator representing the fixed point, or this if this point is not fixed.
See Also