Static
Readonly
DEG_Static
Readonly
EStatic
Readonly
HALFStatic
Readonly
ONEStatic
Readonly
PIStatic
Readonly
PI_Static
Readonly
PI_Static
Readonly
PI_Static
Readonly
PI_Static
Readonly
PI_Static
Readonly
RAD_Static
Readonly
TWOStatic
Readonly
TWO_Static
Readonly
ZEROGet the raw internal value (for advanced usage) 获取原始内部值(高级用法)
Static
scaleGet the scale factor used for fixed-point arithmetic 获取用于定点算术的比例因子
Get the absolute value 获取绝对值
Calculate arccosine 计算反余弦值
Calculate arcsine using Newton's method 使用牛顿法计算反正弦值
Calculate arctangent using CORDIC algorithm 使用CORDIC算法计算反正切值
Ceiling function - smallest integer greater than or equal to this value 向上取整函数
Calculate cosine using the identity cos(x) = sin(x + π/2) 使用恒等式 cos(x) = sin(x + π/2) 计算余弦值
Exponential function using Taylor series 使用泰勒级数计算指数函数
Floor function - largest integer less than or equal to this value 向下取整函数
Get fractional part 获取小数部分
Check if this number is greater than or equal to another 检查是否大于或等于另一个数
Check if this number is less than or equal to another 检查是否小于或等于另一个数
Natural logarithm using Taylor series 使用泰勒级数计算自然对数
Negate the value 取负值
Round to nearest integer 四舍五入到最近整数
Calculate sine using Taylor series for deterministic results 使用泰勒级数计算正弦值,确保确定性结果
Calculate square root using Newton's method for deterministic results 使用牛顿迭代法计算平方根,确保确定性结果
Calculate tangent 计算正切值
Convert to regular number 转换为普通数字
Convert to string representation 转换为字符串表示
Static
atan2Static
cachedCreate a cached Fixed number for commonly used values 为常用值创建缓存的定点数
Static
cosStatic
fromStatic
lerpStatic
maxStatic
minStatic
sinStatic
sqrtStatic
tan
Fixed-point number implementation for deterministic arithmetic 用于确定性算术的定点数实现