Crates.io | wiitrig |
lib.rs | wiitrig |
version | 0.0.4 |
source | src |
created_at | 2023-08-28 09:01:50.501126 |
updated_at | 2024-07-25 18:54:46.611475 |
description | Wii sin/cos implementation |
homepage | https://github.com/riidefi/RiiStudio/tree/master/source/wiitrig |
repository | https://github.com/riidefi/RiiStudio |
max_upload_size | |
id | 956735 |
size | 31,853 |
Wii sin/cos implementation
The following two helpers are provided:
pub fn wii_sin(x: f32) -> f32;
pub fn wii_cos(x: f32) -> f32;
Usage in C/C++ projects is available by including wiitrig.h
The following two helpers are provided:
float wii_sin(float x);
float wii_cos(float x);