Click or drag to resize

VectorFixedAtJulianDate Constructor (Vector, ValueDefinitionJulianDate)

Initializes a new instance.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public VectorFixedAtJulianDate(
	Vector fixedVector,
	ValueDefinition<JulianDate> fixedAt
)

Parameters

fixedVector
Type: AGI.Foundation.GeometryVector
The vector that will be evaluated at fixedAt date.
fixedAt
Type: AGI.Foundation.InfrastructureValueDefinitionJulianDate
The date at which the fixedVector is fixed.
See Also