Click or drag to resize

VectorTrueDisplacement Constructor (Point, Point)

Initializes a new instance of the VectorTrueDisplacement class using the provided points.

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

Parameters

initialPoint
Type: AGI.Foundation.GeometryPoint
The initial point.
finalPoint
Type: AGI.Foundation.GeometryPoint
The final point.
See Also