*(_:_:)

    This operator multiplies all components of the Transform2D, including the origin vector, which scales it uniformly.

    Transform2D.swift:568
    static func * (lhs: Transform2D, rhs: Vector2) -> Vector2

    Other members in extension

    Type members

    Instance members