VectorTrueDisplacement Constructor (Point, Point) |
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public VectorTrueDisplacement(
Point initialPoint,
Point finalPoint
)
Public Sub New (
initialPoint As Point,
finalPoint As Point
)
public:
VectorTrueDisplacement(
Point^ initialPoint,
Point^ finalPoint
)
new :
initialPoint : Point *
finalPoint : Point -> VectorTrueDisplacement
Parameters
- initialPoint
- Type: AGI.Foundation.GeometryPoint
The initial point. - finalPoint
- Type: AGI.Foundation.GeometryPoint
The final point.
See Also