|
Point2Subtraction Operator
|
Gets vector from one point to another.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic static Vector2 operator -(
Point2 v,
Point2 w
)
Public Shared Operator - (
v As Point2,
w As Point2
) As Vector2
public:
static Vector2^ operator -(
Point2 v,
Point2 w
)
static let inline (-)
v : Point2 *
w : Point2 : Vector2
Parameters
- v
- Type: Karamba.GeometryPoint2
First point - the tip of the vector. - w
- Type: Karamba.GeometryPoint2
Second point.
Return Value
Type:
Vector2[Missing <returns> documentation for "M:Karamba.Geometry.Point2.op_Subtraction(Karamba.Geometry.Point2,Karamba.Geometry.Point2)"]
See Also