Break Rotation

Revision as of 12:27, 7 June 2024 by -u ndefined- (talk | contribs) (Change file extension)

Converts a rotation into three numbers.

Break Rotation
Break Rotation.png
TypeScript block
ColliderNone
FolderMath
Ports
Inputs Rotation
Outputs X angle
Y angle
Z angle
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)

 

Related