xcal
基于 C++23 的现代图形渲染引擎
载入中...
搜索中...
未找到
xcmath.hpp
浏览该文件的文档.
1// xcmath.hpp
2#pragma once
3#ifndef XCMATH_H
4#define XCMATH_H
5#include "./mobject/declaration.hpp" // IWYU pragma: export
6#include "./mobject/complex.hpp" // IWYU pragma: export
7#include "./mobject/mat.hpp" // IWYU pragma: export
8#include "./mobject/quaternion.hpp" // IWYU pragma: export
9#include "./mobject/vec.hpp" // IWYU pragma: export
10#include "./mobject/function.hpp" // IWYU pragma: export
11#endif // XCMATH_H
Declaration of vector, matrix, quaternion, and complex classes
Header file for mathematical functions
Header file for matrix class template and related utilities
Header file for quaternion class template and related utilities
N-dimensional mathematical vector implementation with template metaprogramming support