PointFixedAtJulianDate Constructor (Point, ReferenceFrame, 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)
Syntaxpublic PointFixedAtJulianDate(
Point fixedPoint,
ReferenceFrame fixedWithRespectTo,
ValueDefinition<JulianDate> fixedAt
)
Public Sub New (
fixedPoint As Point,
fixedWithRespectTo As ReferenceFrame,
fixedAt As ValueDefinition(Of JulianDate)
)
public:
PointFixedAtJulianDate(
Point^ fixedPoint,
ReferenceFrame^ fixedWithRespectTo,
ValueDefinition<JulianDate>^ fixedAt
)
new :
fixedPoint : Point *
fixedWithRespectTo : ReferenceFrame *
fixedAt : ValueDefinition<JulianDate> -> PointFixedAtJulianDate
Parameters
- fixedPoint
- Type: AGI.Foundation.Geometry.Point
The point that will be evaluated at fixedAt date. - fixedWithRespectTo
- Type: AGI.Foundation.Geometry.ReferenceFrame
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.Infrastructure.ValueDefinition<JulianDate>
The date at which the fixedPoint is fixed.
See Also