GCPoint2Equal(_:_:)
Returns whether two points are equal.
Declaration
func GCPoint2Equal(_ point1: GCPoint2, _ point2: GCPoint2) -> BoolParameters
- point1:
The first point to compare.
- point2:
The second point to compare.
Returns whether two points are equal.
func GCPoint2Equal(_ point1: GCPoint2, _ point2: GCPoint2) -> BoolThe first point to compare.
The second point to compare.