This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @name A | |
* @author ClearVision Team | |
* @version 6.1.1 | |
* @description Highly customizable and beautiful theme for BetterDiscord. | |
* @source https://github.com/ClearVision/ClearVision-v6 | |
* @website https://clearvision.gitlab.io | |
* @invite dHaSxn3 | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sys | |
import struct | |
import os | |
import math | |
import ctypes | |
PI = 22.0/7.0 | |
def ToEuler(q): | |
# working version | |
x, y, z, w = q |