bettercmath

Undocumented in source.

Modules

cmath
module bettercmath.cmath

Type generic standard math functions and constants.

easings
module bettercmath.easings

Type generic easing functions.

hexagrid2d
module bettercmath.hexagrid2d

2D hexagon grid math.

matrix
module bettercmath.matrix

Type and dimension generic Matrix type.

misc
module bettercmath.misc

Miscelaneous math functions and definitions.

transform
module bettercmath.transform

Type and dimension generic Affine Transformations backed by possibly compacted Matrices.

valuerange
module bettercmath.valuerange

Inclusive scalar value ranges for interpolating and remapping values.

vector
module bettercmath.vector

Type and dimension generic Vector backed by a static array.

Public Imports

bettercmath.cmath
public import bettercmath.cmath;
Undocumented in source.
bettercmath.easings
public import bettercmath.easings;
Undocumented in source.
bettercmath.hexagrid2d
public import bettercmath.hexagrid2d;
Undocumented in source.
bettercmath.matrix
public import bettercmath.matrix;
Undocumented in source.
bettercmath.misc
public import bettercmath.misc;
Undocumented in source.
bettercmath.transform
public import bettercmath.transform;
Undocumented in source.
bettercmath.vector
public import bettercmath.vector;
Undocumented in source.

Meta