diff options
author | Raul Santos <raulsntos@gmail.com> | 2023-01-15 16:48:36 +0100 |
---|---|---|
committer | Raul Santos <raulsntos@gmail.com> | 2023-01-16 13:29:32 +0100 |
commit | 0ccb5f3954c8c0fd225b1979a17a9dc05de0640f (patch) | |
tree | 88c493e283f4594ab1c8e5fe2c4bb51e1a286c65 /CONTRIBUTING.md | |
parent | 04a39ecd846f40ac1049b699291f28b2f08e2185 (diff) |
C#: Implement `Mathf.SinCos`
Implement `Mathf.SinCos` that wraps a call to `System.Math.SinCos`,
this allows us to use the `SinCos` method more conveniently with
`real_t`.
Using `Math.SinCos` is often cheaper than separate calls to `Math.Sin`
and `Math.Cos`, and they are often used together.
Diffstat (limited to 'CONTRIBUTING.md')
0 files changed, 0 insertions, 0 deletions