VectorApparentDisplacement Constructor (Point, Point, ReferenceFrame, SignalDirection, Double) |
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public VectorApparentDisplacement(
Point initialPoint,
Point finalPoint,
ReferenceFrame inertialFrame,
SignalDirection direction,
double lightTravelTimeConvergenceTolerance
)
Public Sub New (
initialPoint As Point,
finalPoint As Point,
inertialFrame As ReferenceFrame,
direction As SignalDirection,
lightTravelTimeConvergenceTolerance As Double
)
public:
VectorApparentDisplacement(
Point^ initialPoint,
Point^ finalPoint,
ReferenceFrame^ inertialFrame,
SignalDirection direction,
double lightTravelTimeConvergenceTolerance
)
new :
initialPoint : Point *
finalPoint : Point *
inertialFrame : ReferenceFrame *
direction : SignalDirection *
lightTravelTimeConvergenceTolerance : float -> VectorApparentDisplacement
Parameters
- initialPoint
- Type: AGI.Foundation.GeometryPoint
The initial point. - finalPoint
- Type: AGI.Foundation.GeometryPoint
The final point. - inertialFrame
- Type: AGI.Foundation.GeometryReferenceFrame
The inertial frame in which the light path is modeled. - direction
- Type: AGI.FoundationSignalDirection
The direction in which the signal travels with respect to the initial point. - lightTravelTimeConvergenceTolerance
- Type: SystemDouble
The tolerance required to indicate convergence of the light travel time adjustment.
See Also