Click or drag to resize

PointVectorToPoint Constructor (Vector, 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
public PointVectorToPoint(
	Vector displacementVector,
	Point basePoint
)

Parameters

displacementVector
Type: AGI.Foundation.GeometryVector
The vector with which to displace the point.
basePoint
Type: AGI.Foundation.GeometryPoint
The point to which the vector is added.
See Also