Transform.setScale

* Scale object using x, y and z scalars for coordinates. * Returns reference to this so it can be used in a stream.

  1. Transform setScale(float value)
  2. Transform setScale(float x, float y, float z)
    class Transform
    setScale
    (
    string op = "="
    )
    (
    float x
    ,
    float y
    ,
    float z
    )
    if (
    op == "=" ||
    op == "+="
    ||
    op == "-="
    )
  3. Transform setScale(Vector3F scale)

Meta