Click or drag to resize

PointSubtraction Operator

Deducts one point of another resulting in vector

Namespace:  CodeStack.SwEx.MacroFeature.Data
Assembly:  CodeStack.SwEx.MacroFeature (in CodeStack.SwEx.MacroFeature.dll) Version: 0.5.3.0 (0.5.3.0)
Syntax
public static Vector operator -(
	Point pt1,
	Point pt2
)

Parameters

pt1
Type: CodeStack.SwEx.MacroFeature.DataPoint
First point
pt2
Type: CodeStack.SwEx.MacroFeature.DataPoint
Second point

Return Value

Type: Vector
Vector
See Also