godot/modules/mono/glue/GodotSharp
Raul Santos 0ccb5f3954
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.
2023-01-16 13:29:32 +01:00
..
ExternalAnnotations
Godot.SourceGenerators.Internal
GodotPlugins
GodotSharp C#: Implement Mathf.SinCos 2023-01-16 13:29:32 +01:00
GodotSharpEditor
.editorconfig
.gitignore
GodotSharp.sln
GodotSharp.sln.DotSettings Rename all gdnative occurences to gdextension 2022-12-12 11:04:57 +01:00