xcal
基于 C++23 的现代图形渲染引擎
|
#include <concepts>
#include <cstdint>
#include <type_traits>
#include "../utils/compiling.hpp"
#include "../utils/concepts.h"
类 | |
class | xcmath::complex< T > |
Complex number class template 更多... | |
命名空间 | |
namespace | xcmath |
Compiler-specific type information handling for MSVC | |
宏定义 | |
#define | XCMATH_COMPLEX_H |
类型定义 | |
using | xcmath::complex_f128 = complex< long double > |
using | xcmath::complex_f64 = complex< double > |
using | xcmath::complex_f32 = complex< float > |
using | xcmath::complex_f = complex< float > |
using | xcmath::complex_i = complex< int32_t > |
using | xcmath::complex_l = complex< long > |
using | xcmath::complex_ll = complex< long long > |
函数 | |
xcmath::complex< long long > | xcmath::operator""_i (unsigned long long x) |
xcmath::complex< long double > | xcmath::operator""_i (long double x) |
#define XCMATH_COMPLEX_H |
在文件 complex.hpp 第 4 行定义.