ConstructibleBezier2PointType

public protocol ConstructibleBezier2PointType : Bezier2PointType

A 2-dimensional Bézier point type that can be constructed from two axis.

  • Constructs a new Bézier 2 point of this type, on the given coordinates.

    Declaration

    Swift

    init(x: Scalar, y: Scalar)