VectorDisplacement Constructor (Point, Point) |
Initializes a new instance.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected VectorDisplacement(
Point initialPoint,
Point finalPoint
)
Protected Sub New (
initialPoint As Point,
finalPoint As Point
)
protected:
VectorDisplacement(
Point^ initialPoint,
Point^ finalPoint
)
new :
initialPoint : Point *
finalPoint : Point -> VectorDisplacement
Parameters
- initialPoint
- Type: AGI.Foundation.GeometryPoint
The point which defines the beginning of the displacement vector. - finalPoint
- Type: AGI.Foundation.GeometryPoint
The point which defines the ending of the displacement vector.
See Also