The Point3DInt type exposes the following members.
Operators | Name | Description |
---|
  | Addition(Int32, Point3DInt) |
Adds a scalar to all the coordinates of a point, and returns a new point.
|
  | Addition(Point3DInt, Point3DInt) |
Adds the coordinates of two points, and returns the result as a new point.
|
  | Addition(Point3DInt, Int32) |
Adds a scalar to all the coordinates of a point, and returns the result as a new point.
|
  | Decrement(Point3DInt) | |
  | Equality(Point3DInt, Point3DInt) |
Compares two points with each other, and returns true if all coordinates are equal.
|
  | Increment(Point3DInt) | |
  | Inequality(Point3DInt, Point3DInt) |
Compares two points with each other, and returns true if at least one pair of coordinates are different.
|
  | Multiply(Double, Point3DInt) |
Multiplies all the coordinates of a point with a scalar, and returns the result as a new point.
|
  | Multiply(Int32, Point3DInt) |
Multiplies all the coordinates of a point with a scalar, and returns the result as a new point.
|
  | Multiply(Point3DInt, Double) |
Multiplies all the coordinates of a point with a scalar, and returns the result as a new point.
|
  | Multiply(Point3DInt, Int32) |
Multiplies all the coordinates of a point with a scalar, and returns the result as a new point.
|
  | Subtraction(Int32, Point3DInt) |
Subtracts all the coordinates of a point from a scalar, and returns the result as a new point.
|
  | Subtraction(Point3DInt, Point3DInt) |
Subtracts the coordinates of two points, and returns the result as a new point.
|
  | Subtraction(Point3DInt, Int32) |
Subtracts a scalar from all the coordinates of a point, and returns the result as a new point.
|
Top
See Also