handmade.math

Undocumented in source.

Members

Aliases

cos
alias cos = zig_cos
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
floor
alias floor = zig_floor
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sin
alias sin = zig_sin
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tan
alias tan = zig_tan
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

radians
float radians(float deg)
Undocumented in source. Be warned that the author may not have intended to support it.
sqrt
auto sqrt(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
zig_cos
double zig_cos(double value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zig_floor
double zig_floor(double value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zig_sin
double zig_sin(double value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zig_sqrt
double zig_sqrt(size_t value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zig_sqrtf
double zig_sqrtf(double value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zig_tan
double zig_tan(double value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Imports

PI (from std.math)
public import std.math : PI;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cos (from core.stdc.math)
public import core.stdc.math : sqrt, cos, sin, tan, floor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
floor (from core.stdc.math)
public import core.stdc.math : sqrt, cos, sin, tan, floor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sin (from core.stdc.math)
public import core.stdc.math : sqrt, cos, sin, tan, floor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sqrt (from core.stdc.math)
public import core.stdc.math : sqrt, cos, sin, tan, floor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tan (from core.stdc.math)
public import core.stdc.math : sqrt, cos, sin, tan, floor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

PI
enum PI;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

Mat4
struct Mat4
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Vec2
struct Vec2
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Vec3
struct Vec3
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta