Point public struct Point : Hashable A point used to draw a Bézier curve init(point:control1:control2:) Instantiate a new Point Declaration Swift public init(point: Vector, control1: Vector? = nil, control2: Vector? = nil) Parameters point The point control1 The point’s first control point control2 The point’s second control point © 2021 Emory Dunn. All rights reserved. (Last updated: 2021-02-22) Generated by jazzy ♪♫ v0.13.6, a Realm project.