init(center:radius:)
Creates a circle with the specified center and radius.
Declaration
init(center: VNPoint, radius: Double)Parameters
- center:
The circle center.
- radius:
The circle radius.
Creates a circle with the specified center and radius.
init(center: VNPoint, radius: Double)The circle center.
The circle radius.