-(_:_:)
Returns a size that’s the element-wise difference of a point and a vector.
Declaration
static func - (lhs: Point3D, rhs: Vector3D) -> Point3DParameters
- lhs:
The left-hand-side value.
- rhs:
The right-hand-side value.
Returns a size that’s the element-wise difference of a point and a vector.
static func - (lhs: Point3D, rhs: Vector3D) -> Point3DThe left-hand-side value.
The right-hand-side value.