VectorFixedAtJulianDate Constructor (Vector, Axes, 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 VectorFixedAtJulianDate(
Vector fixedVector,
Axes fixedWithRespectTo,
ValueDefinition<JulianDate> fixedAt
)
Public Sub New (
fixedVector As Vector,
fixedWithRespectTo As Axes,
fixedAt As ValueDefinition(Of JulianDate)
)
public:
VectorFixedAtJulianDate(
Vector^ fixedVector,
Axes^ fixedWithRespectTo,
ValueDefinition<JulianDate>^ fixedAt
)
new :
fixedVector : Vector *
fixedWithRespectTo : Axes *
fixedAt : ValueDefinition<JulianDate> -> VectorFixedAtJulianDate
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