scaled(scale:)

    Returns a copy of the transform scaled by the given scale factor.

    Transform2D.swift:262
    func scaled(scale: Vector2) -> Transform2D

    This method is an optimized version of multiplying the given transform X with a corresponding scaling transform S from the left, i.e., S * X.

    This can be seen as transforming with respect to the global/parent frame.

    Other members in extension

    Type members

    Instance members