PointVectorToPoint Constructor (Vector, 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 public PointVectorToPoint(
Vector displacementVector,
Point basePoint
)
Public Sub New (
displacementVector As Vector,
basePoint As Point
)
public:
PointVectorToPoint(
Vector^ displacementVector,
Point^ basePoint
)
new :
displacementVector : Vector *
basePoint : Point -> PointVectorToPoint
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