PointD2D Operators and Type Conversions |
The PointD2D type exposes the following members.
Operators | Name | Description |
---|
| Addition(PointD2D, PointD2D) | |
| Addition(PointD2D, VectorD2D) | |
| Division(PointD2D, Double) | |
| Equality(PointD2D, PointD2D) | |
| (VectorD2D to PointD2D) | |
| Inequality(PointD2D, PointD2D) | |
| Multiply(Double, PointD2D) | |
| Multiply(PointD2D, PointD2D) | |
| Multiply(PointD2D, Double) | |
| Subtraction(PointD2D, PointD2D) | |
| Subtraction(PointD2D, VectorD2D) | |
TopSee Also