Point |
| Name | Description | |
|---|---|---|
| Division(Double, Point4D) | Divides the scalar by individual coordinates of a point, and returns the result as a new point. | |
| Division(Point4D, Point4D) | Divides the individual axes of two points, and returns the result as a new point. | |
| Division(Point4D, Double) | Divides all the coordinates of a point with a scalar, and returns the result as a new point. |