ShapeWithThreePoints
public protocol ShapeWithThreePoints
Special case of Shape
where the shape is defined by exactly three points.
-
Declaration
Swift
var a: CGPoint { get set }
-
Declaration
Swift
var b: CGPoint { get set }
-
Declaration
Swift
var c: CGPoint { get set }
-
Declaration
Swift
var strokeWidth: CGFloat { get set }
-
rect
Extension methodDeclaration
Swift
public var rect: CGRect { get }
-
boundingRect
Extension methodDeclaration
Swift
public var boundingRect: CGRect { get }