Contents

-(_:_:)

Returns a vector that’s the element-wise difference of two points.

Declaration

static func - (lhs: Point3DFloat, rhs: Point3DFloat) -> Vector3DFloat

Parameters

  • lhs:

    The first value.

  • rhs:

    The second value.