init(xAxis:yAxis:origin:)

    Constructs the transform from 3 Vector2 values representing x, y, and the origin (the three column vectors).

    Transform2D.swift:94
    init(xAxis: Vector2, yAxis: Vector2, origin: Vector2)

    Other members in extension

    Type members

    Instance members