Point |
[SerializableAttribute] public struct Point4DInt
The Point4DInt type exposes the following members.
| Name | Description | |
|---|---|---|
| Dimensions | ||
| Item | Gets or sets the coordinate of the axis specified by index. | |
| M | The M-coordinate. | |
| Magnitude | Returns the distance between this point and the zero point. | |
| X | The X-coordinate. | |
| XYZ | Returns the point's XYZ coordinates. | |
| Y | The Y-coordinate. | |
| Z | The Z-coordinate. |
| Name | Description | |
|---|---|---|
| Equals(Object) |
Specifies whether this point contains the same coordinates as the specified object.
(Overrides ValueTypeEquals(Object)) | |
| Equals(Point4DInt) | Specifies whether this point contains the same coordinates as the specified point. | |
| FromString | ||
| GetHashCode | Returns the hash code for this instance. (Overrides ValueTypeGetHashCode) | |
| ToAxisString | Returns a label of the specified axis. | |
| ToString | Returns the fully qualified type name of this instance. (Overrides ValueTypeToString) |
| Name | Description | |
|---|---|---|
| Addition(Int32, Point4DInt) | Adds a scalar to all the coordinates of a point, and returns a new point. | |
| Addition(Point4DInt, Point4DInt) | Adds the coordinates of two points, and returns the result as a new point. | |
| Addition(Point4DInt, Int32) | Adds a scalar to all the coordinates of a point, and returns the result as a new point. | |
| Decrement(Point4DInt) | ||
| Division(Double, Point4DInt) | Divides the scalar by individual coordinates of a point, and returns the result as a new point. | |
| Equality(Point4DInt, Point4DInt) | Compares two points with each other, and returns true if all coordinates are equal. | |
| Increment(Point4DInt) | ||
| Inequality(Point4DInt, Point4DInt) | Compares two points with each other, and returns true if at least one pair of coordinates are different. | |
| Multiply(Double, Point4DInt) | Multiplies all the coordinates of a point with a scalar, and returns the result as a new point. | |
| Multiply(Int32, Point4DInt) | Multiplies all the coordinates of a point with a scalar, and returns the result as a new point. | |
| Multiply(Point4DInt, Double) | Multiplies all the coordinates of a point with a scalar, and returns the result as a new point. | |
| Multiply(Point4DInt, Int32) | Multiplies all the coordinates of a point with a scalar, and returns the result as a new point. | |
| Subtraction(Int32, Point4DInt) | Subtracts all the coordinates of a point from a scalar, and returns the result as a new point. | |
| Subtraction(Point4DInt, Point4DInt) | Subtracts the coordinates of two points, and returns the result as a new point. | |
| Subtraction(Point4DInt, Int32) | Subtracts a scalar from all the coordinates of a point, and returns the result as a new point. |