VectorApparentDisplacement Constructor (Point, Point, ReferenceFrame) |
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
)
Public Sub New (
initialPoint As Point,
finalPoint As Point,
inertialFrame As ReferenceFrame
)
public:
VectorApparentDisplacement(
Point^ initialPoint,
Point^ finalPoint,
ReferenceFrame^ inertialFrame
)
new :
initialPoint : Point *
finalPoint : Point *
inertialFrame : ReferenceFrame -> 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.
Remarks See Also