Click or drag to resize

PointFixedAtJulianDate Constructor (Point, ReferenceFrame, 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 PointFixedAtJulianDate(
	Point fixedPoint,
	ReferenceFrame fixedWithRespectTo,
	ValueDefinition<JulianDate> fixedAt
)

Parameters

fixedPoint
Type: AGI.Foundation.GeometryPoint
The point that will be evaluated at fixedAt date.
fixedWithRespectTo
Type: AGI.Foundation.GeometryReferenceFrame
The reference frame in which the fixedPoint will be fixed. If this is null, the fixedPoint will be fixed with respect to the reference frame in which it is defined.
fixedAt
Type: AGI.Foundation.InfrastructureValueDefinitionJulianDate
The date at which the fixedPoint is fixed.
See Also