Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
879 B
879 B
@esengine/ecs-framework-math
2.8.0
Minor Changes
-
#440
30173f0Thanks @esengine! - feat(math): 添加定点数数学库 | Add fixed-point math library@esengine/ecs-framework-math - 新增定点数支持 | Add fixed-point number support
- 新增
Fixed32类:Q16.16 定点数实现 | AddFixed32class: Q16.16 fixed-point implementation - 新增
FixedMath工具类:定点数数学运算 | AddFixedMathutility: fixed-point math operations - 新增
FixedVector2类:定点数二维向量 | AddFixedVector2class: fixed-point 2D vector - 支持基本算术运算、三角函数、向量运算 | Support basic arithmetic, trigonometry, vector operations
- 新增