Click or drag to resize

VectorFixedAtJulianDate Constructor (Vector, Axes, 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,
	Axes fixedWithRespectTo,
	ValueDefinition<JulianDate> fixedAt
)

Parameters

fixedVector
Type: AGI.Foundation.GeometryVector
The vector that will be evaluated at fixedAt date.
fixedWithRespectTo
Type: AGI.Foundation.GeometryAxes
The axes in which the fixedVector will be fixed. If this is null, the fixedVector will be fixed with respect to the axes in which it is defined.
fixedAt
Type: AGI.Foundation.InfrastructureValueDefinitionJulianDate
The date at which the fixedVector is fixed.
See Also