Matrix4x4.scale

Scale the Matrix about factor scale

  1. Matrix4x4 scale(const Vector2f scale)
    struct Matrix4x4
    @nogc ref
    scale
    pure nothrow
    (
    const Vector2f scale
    )
  2. Matrix4x4 scale(const Vector2f scale, const Vector2f center)

Meta