Searched refs:toAngles (Results 1 – 5 of 5) sorted by relevance
59 float[] targetAngles = targetRotation.toAngles(null); in bakeConstraint()64 rotations[frame].toAngles(angles); in bakeConstraint()75 …this.rotLike(ownerRotation, ownerRotation.toAngles(null), targetTransform.getRotation().toAngles(n… in bakeConstraint()
92 rotations[frame].toAngles(angles); in bakeConstraint()102 float[] angles = ownerTransform.getRotation().toAngles(null); in bakeConstraint()
95 rotation.toAngles(a); in set()
155 model.getLocalRotation().toAngles(angles); in simpleInitApp()
288 public float[] toAngles(float[] angles) { in toAngles() method in Quaternion