Contents

==(_:_:)

Returns a Boolean value that indicates whether two rays are equal.

Declaration

static func == (lhs: Ray3DFloat, rhs: Ray3DFloat) -> Bool

Parameters

  • lhs:

    The first angle to compare.

  • rhs:

    The second angle to compare.