Cirno:易于阅读的用于图形的数学C ++库

时间:2024-05-07 18:06:08
【文件属性】:

文件名称:Cirno:易于阅读的用于图形的数学C ++库

文件大小:22KB

文件格式:ZIP

更新时间:2024-05-07 18:06:08

C++

奇诺 ⑨味十足的C ++数学库,包括向量,四元数和4x4方阵。 具有バガ样式的Matrix和Vector的C ++库! 如何使用 使用这个库很容易: 将“ ./cirno”中的所有文件添加到您的项目中 检查您的目录 将此代码添加到您的源/头文件中: // x86/AMD64 ONLY, open SSE # define _MATHLIB_USE_SSE 1 // then, include this file: # include " cirno/cirno.hpp " Thas的全部: int main () { cirno::Vector3 vec ( 1 . 0f , 2 . 0f , 3 . 0f ); vec. SetNormalize (); printf ( " (%g, %g, %g) \n " , vec. X (), vec. Y (


【文件预览】:
Cirno-main
----.gitignore(391B)
----Makefile(112B)
----example.cpp(1KB)
----LICENSE.md(1KB)
----README.md(1KB)
----cirno()
--------vector2.hpp(8KB)
--------vector3.hpp(9KB)
--------rect.hpp(2KB)
--------matrix4.hpp(23KB)
--------quater.hpp(14KB)
--------vector4.hpp(8KB)
--------cirno.hpp(2KB)
----.gitattributes(144B)

网友评论