SH4ZAM! 0.1.0
Fast math library for the Sega Dreamcast's SH4 CPU
Loading...
Searching...
No Matches
shz_circle.hpp
Go to the documentation of this file.
1/*! \file
2 \brief C++ bindings to SH4ZAM C-based Circle API.
3 \ingroup misc
4
5 \author 2025 Falco Girgis
6
7 \copyright MIT License
8*/
9
10#ifndef SHZ_CIRCLE_HPP
11#define SHZ_CIRCLE_HPP
12
13#include "shz_circle.h"
14
15namespace shz {
16 //! C++ wrapper around shz_circle_matrix.
18}
19
20#endif
Namespace enclosing the SH4ZAM C++ API.
Definition shz_cdefs.hpp:21
constexpr auto circle_matrix
C++ wrapper around shz_circle_matrix.
shz_vec4_t shz_circle_matrix(unsigned int order, float factor) SHZ_NOEXCEPT
Get the transform matrix to speed up circle drawing.