==(_:_:)
Returns a Boolean value that indicates whether two rays are equal.
Declaration
static func == (lhs: Ray3DFloat, rhs: Ray3DFloat) -> BoolParameters
- lhs:
The first angle to compare.
- rhs:
The second angle to compare.
Returns a Boolean value that indicates whether two rays are equal.
static func == (lhs: Ray3DFloat, rhs: Ray3DFloat) -> BoolThe first angle to compare.
The second angle to compare.