VectorApparentDisplacement Constructor (Point, Point, ReferenceFrame, VectorVelocity) | 
 
            Initializes a new instance of the 
VectorApparentDisplacement class which accounts for aberration in addition to light travel time.
            
 
    Namespace: 
   AGI.Foundation.Geometry
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic VectorApparentDisplacement(
	Point initialPoint,
	Point finalPoint,
	ReferenceFrame inertialFrame,
	VectorVelocity velocityOfMovingFrame
)
Public Sub New ( 
	initialPoint As Point,
	finalPoint As Point,
	inertialFrame As ReferenceFrame,
	velocityOfMovingFrame As VectorVelocity
)
public:
VectorApparentDisplacement(
	Point^ initialPoint, 
	Point^ finalPoint, 
	ReferenceFrame^ inertialFrame, 
	VectorVelocity^ velocityOfMovingFrame
)
new : 
        initialPoint : Point * 
        finalPoint : Point * 
        inertialFrame : ReferenceFrame * 
        velocityOfMovingFrame : VectorVelocity -> VectorApparentDisplacementParameters
- 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. - velocityOfMovingFrame
 - Type: AGI.Foundation.GeometryVectorVelocity
The velocity of the moving frame in which the affect of aberration is to be determined. 
Remarks
See Also