|
|
DoublePoint Operators and Type Conversions |
The DoublePoint type exposes the following members.
| Name | Description | |
|---|---|---|
| Addition(DoublePoint, DoublePoint) |
Addition operator - adds values of two points.
| |
| Addition(DoublePoint, Double) |
Addition operator - adds scalar to the specified point.
| |
| Division |
Division operator - divides coordinates of the specified point by scalar value.
| |
| Equality |
Equality operator - checks if two points have equal coordinates.
| |
| (DoublePoint to IntPoint) |
Explicit conversion to IntPoint.
| |
| (DoublePoint to Point) |
Explicit conversion to Point.
| |
| Inequality |
Inequality operator - checks if two points have different coordinates.
| |
| Multiply |
Multiplication operator - multiplies coordinates of the specified point by scalar value.
| |
| Subtraction(DoublePoint, DoublePoint) |
Subtraction operator - subtracts values of two points.
| |
| Subtraction(DoublePoint, Double) |
Subtraction operator - subtracts scalar from the specified point.
|