-(_:_:)
Returns a point that’s the element-wise difference of two points.
Declaration
static func - (lhs: Point3D, rhs: Point3D) -> Vector3DParameters
- lhs:
The left-hand-side value.
- rhs:
The right-hand-side value.
Returns a point that’s the element-wise difference of two points.
static func - (lhs: Point3D, rhs: Point3D) -> Vector3DThe left-hand-side value.
The right-hand-side value.