Contents

<(_:_:)

Returns true if lhs.radians is less than rhs.radians.

Declaration

static func < (lhs: Angle2DFloat, rhs: Angle2DFloat) -> Bool

Discussion

Note that this operator compares the raw value of each angle and doesn’t normalize the values. For example, 360° does not 0°.