Matrix.scale

  1. Matrix scale(Vector2 vector)
  2. Matrix scale(Vector3 vector)
  3. Matrix scale(float x, float y, float z)
    struct Matrix
    scale
    const
    (
    float x
    ,
    float y
    ,
    float z
    )

Meta