Transform.setScale

* Scale object using a vector with 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)
  3. Transform setScale(Vector3F scale)
    class Transform
    setScale
    (
    string op = "="
    )
    if (
    op == "=" ||
    op == "+="
    ||
    op == "-="
    )

Meta