Click or drag to resize

VectorApparentDisplacement Constructor

Overload List
  NameDescription
Public methodVectorApparentDisplacement
Initializes a new instance. The user must set InertialFrame, InitialPoint, FinalPoint so that the apparent displacement accounting for light travel time can be modeled. Optionally, the user must set the VelocityOfMovingFrame in order to model the affect of aberration on the apparent displacement. LightTravelTimeConvergenceTolerance is initialized to 5E-5. Direction is initialized to Receive. VelocityOfMovingFrame is uninitialized.
Protected methodVectorApparentDisplacement(VectorApparentDisplacement, CopyContext)
Initializes a new instance as a copy of an existing instance.
Public methodVectorApparentDisplacement(Point, Point, ReferenceFrame)
Initializes a new instance of the VectorApparentDisplacement class which only accounts for light travel time.
Public methodVectorApparentDisplacement(Point, Point, ReferenceFrame, VectorVelocity)
Initializes a new instance of the VectorApparentDisplacement class which accounts for aberration in addition to light travel time.
Public methodVectorApparentDisplacement(Point, Point, ReferenceFrame, SignalDirection, Double)
Initializes a new instance of the VectorApparentDisplacement class which only accounts for light travel time.
Public methodVectorApparentDisplacement(Point, Point, ReferenceFrame, SignalDirection, Double, VectorVelocity)
Initializes a new instance of the VectorApparentDisplacement class which accounts for aberration in addition to light travel time.
Top
See Also