-(_:_:)
Returns a vector that’s the element-wise difference of two points.
Declaration
static func - (lhs: Point3DFloat, rhs: Point3DFloat) -> Vector3DFloatParameters
- lhs:
The first value.
- rhs:
The second value.
Returns a vector that’s the element-wise difference of two points.
static func - (lhs: Point3DFloat, rhs: Point3DFloat) -> Vector3DFloatThe first value.
The second value.