Point

public struct Point : Hashable

A point used to draw a Bézier curve

  • 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