Lines Matching refs:pivot
1330 * @param pivot Indicates the coordinates of the rotation pivot.
1334 void Rotate(int16_t angle, const Vector2<float>& pivot);
1339 * @param pivotStart Indicates the coordinates of the rotation start pivot.
1340 * @param pivotEnd Indicates the coordinates of the rotation end pivot.
1350 * @param pivot Indicates the scaling pivot.
1354 void Scale(const Vector2<float>& scale, const Vector2<float>& pivot);
1360 * @param pivot Indicates the scaling pivot.
1364 void Scale(const Vector3<float>& scale, const Vector3<float>& pivot);