Click or drag to resize

VectorDisplacement Constructor (Point, Point)

Initializes a new instance.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected VectorDisplacement(
	Point initialPoint,
	Point finalPoint
)

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