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 } -
rectExtension methodDeclaration
Swift
public var rect: CGRect { get } -
boundingRectExtension methodDeclaration
Swift
public var boundingRect: CGRect { get }
View on GitHub
ShapeWithThreePoints Protocol Reference