Break Rotation: Difference between revisions

From Fancade Wiki
m (Change file extension)
mNo edit summary
 
Line 15: Line 15:
== Example ==
== Example ==


Break Rotation is rarely used in games, Its primary usage is for inverse trigonometric functions, such as arcsin, arccos, and arctan: (Excerpts from [https://play.fancade.com/5DFA8E0B24A5DA11 Fanscript])
Break Rotation is rarely used in games. Its primary usage is for inverse trigonometric functions, such as arcsin, arccos, and arctan: (Excerpts from [https://play.fancade.com/5DFA8E0B24A5DA11 Fanscript])


{{Image|Break Rotation inverse trigonometry.png}}
{{Image|Break Rotation inverse trigonometry.png}}

Latest revision as of 12:28, 7 June 2024

Break Rotation
Break Rotation.png
TypeScript block
ColliderNone
FolderMath
Ports
Inputs Rotation
Outputs X angle
Y angle
Z angle

Converts a rotation into three numbers.

Inspection of the individual angles after breaking a rotation.

Example

Break Rotation is rarely used in games. Its primary usage is for inverse trigonometric functions, such as arcsin, arccos, and arctan: (Excerpts from Fanscript)

Break Rotation inverse trigonometry.png

Related