Transform.setLocation

* Translate location using a vector with x, y and z coordinates. * Location is done in space. * Returns reference to this so it can be used in a stream.

  1. Transform setLocation(float x, float y, float z)
  2. Transform setLocation(Vector3F location)
    class Transform
    setLocation
    (
    string op = "="
    )
    if (
    op == "=" ||
    op == "+="
    ||
    op == "-="
    )

Meta