Closed mgrider closed 2 years ago
Similar to #2, it would be nice if we could get at the width & height properties in HexSize. (I'd like to be able to create a HexSize+CGSize extension similar to the one in the example for Point+CGPoint.)
HexSize
HexSize+CGSize
Point+CGPoint
HexSize properties width and height are public in version 0.4.7.
width
height
Similar to #2, it would be nice if we could get at the width & height properties in
HexSize
. (I'd like to be able to create aHexSize+CGSize
extension similar to the one in the example forPoint+CGPoint
.)