The Point4DInt type exposes the following members.
Operators | 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.
|
Top
See Also