You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
641 B
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

## 用途
现在3d游戏开发已经很普遍如果服务端涉及到3d数学方面的计算就需要一个开源的3d数学库网上开源的3d数学库大部分都是右手坐标。而我们所使用的客户端大部分都是unity众所周知unity是左手坐标系的数学库。所以一个基于左手坐标系的3d数学库就很有必要。本库是基于云风的项目[ejoy3d](https://github.com/cloudwu/ejoy3d)所修改。包含左手库和右手库如要切换可直接在libmath.c的首行进行修改。
本项目是基于lua的动态库如果不需要使用lua可直接使用math3d-left.h和math3d-right.h