-(_:_:)
Returns the point that’s the element-wise difference of a point and a vector.
Declaration
static func - (lhs: Point3DFloat, rhs: Vector3DFloat) -> Point3DFloatParameters
- lhs:
The first value.
- rhs:
The second value.
Returns the point that’s the element-wise difference of a point and a vector.
static func - (lhs: Point3DFloat, rhs: Vector3DFloat) -> Point3DFloatThe first value.
The second value.