Click or drag to resize

PointSubtraction Operator (Point, Vector)

[This is preliminary documentation and is subject to change.]

Performs a translation of the given point, using the given translation vector.

Namespace:  Infrastructure.Geometry
Assembly:  Infrastructure.Geometry (in Infrastructure.Geometry.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public static Point operator -(
	Point point,
	Vector translationVector
)

Parameters

point
Type: Infrastructure.GeometryPoint
The point to translate
translationVector
Type: Infrastructure.GeometryVector
The vector to translate the point with

Return Value

Type: Point
A new point which is the translated version of the provided point
See Also