Click or drag to resize

AxesFixedAtJulianDate Constructor (Axes, Axes, ValueDefinition<JulianDate>)

Initializes a new instance.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public AxesFixedAtJulianDate(
	Axes fixedAxes,
	Axes fixedWithRespectTo,
	ValueDefinition<JulianDate> fixedAt
)

Parameters

fixedAxes
Type: AGI.Foundation.Geometry.Axes
The axes that will be evaluated at fixedAt date.
fixedWithRespectTo
Type: AGI.Foundation.Geometry.Axes
The axes in which the fixedAxes will be fixed. If this is null, the fixedAxes will be fixed with respect to the axes in which it is defined.
fixedAt
Type: AGI.Foundation.Infrastructure.ValueDefinition<JulianDate>
The date at which the fixedAxes is fixed.
See Also