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