distance(to:)
Returns the distance between two points.
Declaration
func distance(to other: Point3D) -> DoubleParameters
- other:
The point to calculate the distance to.
Return Value
The distance between two points.
Returns the distance between two points.
func distance(to other: Point3D) -> DoubleThe point to calculate the distance to.
The distance between two points.