VectorTrueDisplacement Constructor (Point, Point) | 
  
    Namespace: 
   AGI.Foundation.Geometry
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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 -> VectorTrueDisplacementParameters
- initialPoint
 - Type: AGI.Foundation.GeometryPoint
The initial point. - finalPoint
 - Type: AGI.Foundation.GeometryPoint
The final point. 
See Also