PointFixedAtJulianDate Constructor (Point, ReferenceFrame, ValueDefinitionJulianDate) |
Initializes a new instance.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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.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