re.math

Undocumented in source.

Modules

bounds
module re.math.bounds
Undocumented in source.
funcs
module re.math.funcs
Undocumented in source.
raytypes
module re.math.raytypes
Undocumented in source.
transform
module re.math.transform
Undocumented in source.
vector_ext
module re.math.vector_ext
Undocumented in source.

Public Imports

re.math.funcs
public import re.math.funcs;
Undocumented in source.
re.math.transform
public import re.math.transform;
Undocumented in source.
re.math.bounds
public import re.math.bounds;
Undocumented in source.
re.math.vector_ext
public import re.math.vector_ext;
Undocumented in source.
std.math
public import std.math;
Undocumented in source.
re.math.raytypes
public import re.math.raytypes;
Undocumented in source.

Members

Manifest constants

C_2_PI
enum C_2_PI;
Undocumented in source.
C_DEG2RAD
enum C_DEG2RAD;

factor to convert degrees to radians

C_PI
enum C_PI;

the mathematical constant pi

C_PI_2
enum C_PI_2;
Undocumented in source.
C_PI_4
enum C_PI_4;
Undocumented in source.
C_RAD2DEG
enum C_RAD2DEG;

factor to convert radians to degrees

Meta