Click or drag to resize

VectorEvaluatorCreateConstantDefinedIn Method

Creates a TimeIntervalCollection indicating that the Axes that this Vector is defined in is the same for all possible times. This is useful for constructing the value of the DefinedInIntervals property.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected static TimeIntervalCollection<Axes> CreateConstantDefinedIn(
	Axes definedIn
)

Parameters

definedIn
Type: AGI.Foundation.GeometryAxes
The axes that this vector is defined in for all time.

Return Value

Type: TimeIntervalCollectionAxes
The time interval collection indicated the axes this vector is defined in.
See Also