Contents

+(_:_:)

Returns the point that’s the element-wise sum of a point and a vector.

Declaration

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

Parameters

  • lhs:

    The first value.

  • rhs:

    The second value.