re.math

Undocumented in source.

Modules

raytypes
module re.math.raytypes
Undocumented in source.
rect_ext
module re.math.rect_ext
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.transform
public import re.math.transform;
Undocumented in source.
re.math.rect_ext
public import re.math.rect_ext;
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_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