Operator operator |
operator |(Point2D, Point2D)
Computes the vector from one point to another point.
Declaration
public static Vector2D operator |(Point2D inPoint1, Point2D inPoint2)
Parameters
| Type | Name | Description |
|---|---|---|
| Point2D | inPoint1 | First point. |
| Point2D | inPoint2 | Second point. |
Returns
| Type | Description |
|---|---|
| Vector2D | Vector from first point to second point. |