mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-24 10:41:24 +08:00
[libgdx] Minor docs typo.
This commit is contained in:
parent
55e43c0ca7
commit
50fdaefa3f
@ -579,7 +579,7 @@ public class Bone implements Updatable {
|
|||||||
return atan2(cos * c + sin * d, cos * a + sin * b) * radDeg;
|
return atan2(cos * c + sin * d, cos * a + sin * b) * radDeg;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Rotates the world transform the specified amount and sets {@link #appliedValid()} to false.
|
/** Rotates the world transform the specified amount and sets {@link #isAppliedValid()} to false.
|
||||||
* {@link #updateWorldTransform()} will need to be called on any child bones, recursively, and any constraints reapplied. */
|
* {@link #updateWorldTransform()} will need to be called on any child bones, recursively, and any constraints reapplied. */
|
||||||
public void rotateWorld (float degrees) {
|
public void rotateWorld (float degrees) {
|
||||||
float cos = cosDeg(degrees), sin = sinDeg(degrees);
|
float cos = cosDeg(degrees), sin = sinDeg(degrees);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user