Matrix4x4.scale

Scale the Matrix about factor scale about the given center position

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

Meta